mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
fix description of build-string's second example (#6912)
This commit is contained in:
parent
13f87857cf
commit
902aad6016
@ -40,7 +40,7 @@ impl Command for BuildString {
|
|||||||
},
|
},
|
||||||
Example {
|
Example {
|
||||||
example: r#"build-string $"(1 + 2)" = one ' ' plus ' ' two"#,
|
example: r#"build-string $"(1 + 2)" = one ' ' plus ' ' two"#,
|
||||||
description: "Builds a string from letters a b c",
|
description: "Builds a string from subexpression separating words with spaces",
|
||||||
result: Some(Value::String {
|
result: Some(Value::String {
|
||||||
val: "3=one plus two".to_string(),
|
val: "3=one plus two".to_string(),
|
||||||
span: Span::test_data(),
|
span: Span::test_data(),
|
||||||
|
Loading…
Reference in New Issue
Block a user