diff --git a/lib/stdlib/src/shell_docs_test.erl b/lib/stdlib/src/shell_docs_test.erl index 8e3baa1e3d7..0a731cd1f80 100644 --- a/lib/stdlib/src/shell_docs_test.erl +++ b/lib/stdlib/src/shell_docs_test.erl @@ -86,13 +86,13 @@ Here are some examples of what should work: ## Comments: ``` -1> [1, +1> [1, % A comment in between prompts 2]. [1, % A comment in a match 2] -2> [1, +2> [1, % Indented comment in between prompts 2]. [1,