diff options
author | flywind <xzsflywind@gmail.com> | 2021-02-21 21:53:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 19:53:28 -0800 |
commit | 455690157250e9108819a3cb32a574da48d0f9c9 (patch) | |
tree | 9f4300fb63fefea8818122d43b7cbf4ed57e8ee7 /lib/std/with.nim | |
parent | 4f10dde64a504d982ef0e1d46e42f506a9a88a1b (diff) | |
download | Nim-455690157250e9108819a3cb32a574da48d0f9c9.tar.gz |
use single backtick (#17141)
Diffstat (limited to 'lib/std/with.nim')
-rw-r--r-- | lib/std/with.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/with.nim b/lib/std/with.nim index e6784478c..79afd61a4 100644 --- a/lib/std/with.nim +++ b/lib/std/with.nim @@ -7,7 +7,7 @@ # distribution, for details about the copyright. # -## This module implements the ``with`` macro for easy +## This module implements the `with` macro for easy ## function chaining. See https://github.com/nim-lang/RFCs/issues/193 ## and https://github.com/nim-lang/RFCs/issues/192 for details leading to this ## particular design. |