diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-18 11:24:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 11:24:21 -0800 |
commit | bbaa05dc8245d297cc21dd6b41a0472795fa0830 (patch) | |
tree | cc5bffc6df7983a665c3b5124b903800c7ec09c2 /doc | |
parent | 8162c47b0f2b5970a876dc9cc1ed434bc5e6e789 (diff) | |
download | Nim-bbaa05dc8245d297cc21dd6b41a0472795fa0830.tar.gz |
followup #17065 (#17090)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nep1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nep1.rst b/doc/nep1.rst index c0ae16706..3c7c69794 100644 --- a/doc/nep1.rst +++ b/doc/nep1.rst @@ -287,7 +287,7 @@ Miscellaneous - Use `a..b` instead of `a .. b`, except when `b` contains an operator, for example `a .. -3`. Likewise with `a..<b`, `a..^b` and other operators starting with `..`. -- Prefer triple quote literals to start with a newline; it's semantically identical +- Prefer multiline triple quote literals to start with a newline; it's semantically identical (it's a feature of triple quote literals) but clearer because it aligns with the next line: use this: |