forked from extern/nushell
changed example description (#4434)
This commit is contained in:
parent
328f7e92a0
commit
b4b7524206
@ -43,7 +43,7 @@ impl Command for EachGroup {
|
||||
|
||||
vec![Example {
|
||||
example: "echo [1 2 3 4] | each group 2 { $it.0 + $it.1 }",
|
||||
description: "Multiplies elements in list",
|
||||
description: "Echo the sum of each pair",
|
||||
result: Some(Value::List {
|
||||
vals: stream_test_1,
|
||||
span: Span::test_data(),
|
||||
|
Loading…
Reference in New Issue
Block a user