mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 14:10:41 +02: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 {
|
Example {
|
||||||
description: "Get a histogram for a list of numbers",
|
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,
|
result: None,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user