diff options
-rw-r--r-- | doc/manual.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 4751fdb..3291095 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -446,7 +446,7 @@ one_word_with_no_space = foo$ ---- Other whitespace is only significant if it's at the beginning of a -line. If a line is intended more than the previous one, it's +line. If a line is indented more than the previous one, it's considered part of its parent's scope; if it is indented less than the previous one, it closes the previous scope. |