mirror of
https://github.com/nushell/nushell.git
synced 2025-03-26 15:26:51 +01:00
Fix no longer working histogram example (#2271)
* Fix no longer working histogram example * Oops
This commit is contained in:
parent
9fb6f5cd09
commit
ee734873ba
@ -63,7 +63,7 @@ impl WholeStreamCommand for Histogram {
|
||||
},
|
||||
Example {
|
||||
description: "Get a histogram for a list of numbers",
|
||||
example: "echo [1 2 3 1 1 1 2 2 1 1] | histogram",
|
||||
example: "echo [1 2 3 1 1 1 2 2 1 1] | wrap values | histogram values",
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user