diff --git a/doc_src/cmds/string-collect.rst b/doc_src/cmds/string-collect.rst index 2e06f7990..dd3f31e1b 100644 --- a/doc_src/cmds/string-collect.rst +++ b/doc_src/cmds/string-collect.rst @@ -35,12 +35,12 @@ Examples >_ echo \"(echo one\ntwo\nthree | string collect)\" "one two - three - " + three" >_ echo \"(echo one\ntwo\nthree | string collect -N)\" "one two - three" + three + " .. END EXAMPLES