Fix no longer working histogram example (#2271)

* Fix no longer working histogram example

* Oops
This commit is contained in:
Joseph T. Lyons 2020-08-01 14:38:45 -04:00 committed by GitHub
parent 9fb6f5cd09
commit ee734873ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},
]