mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
changed example description (#4434)
This commit is contained in:
parent
328f7e92a0
commit
b4b7524206
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ impl Command for EachGroup {
|
||||||
|
|
||||||
vec![Example {
|
vec![Example {
|
||||||
example: "echo [1 2 3 4] | each group 2 { $it.0 + $it.1 }",
|
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 {
|
result: Some(Value::List {
|
||||||
vals: stream_test_1,
|
vals: stream_test_1,
|
||||||
span: Span::test_data(),
|
span: Span::test_data(),
|
||||||
|
|
Loading…
Reference in a new issue