mirror of
https://github.com/nushell/nushell.git
synced 2025-07-17 14:55:09 +02:00
changed example description (#4434)
This commit is contained in:
@ -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(),
|
||||||
|
Reference in New Issue
Block a user