Skip to content

Commit 90b5a61

Browse files
authored
missing_symbol -> missing_value_symbol (#1902)
1 parent 142afcb commit 90b5a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-04-29-nushell_0_104_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ps | where name == bash | kill ...$in.pid
174174
Missing values (not `null`) are represented by ❎ in tables. [#15647](https://github.com/nushell/nushell/pull/15647) from [@Bahex](https://github.com/Bahex) makes this indicator configurable. For example:
175175

176176
```nushell
177-
$env.config.table.missing_symbol = " ∅ "
177+
$env.config.table.missing_value_symbol = " ∅ "
178178
```
179179

180180
### Some `math` commands now work with bounded ranges [[toc](#table-of-contents)]

0 commit comments

Comments
 (0)