changed example description (#4434)

This commit is contained in:
Darren Schroeder 2022-02-12 05:10:41 -06:00 committed by GitHub
parent 328f7e92a0
commit b4b7524206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),