diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-17 20:13:04 -0700 |
---|---|---|
committer | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-22 17:59:12 -0700 |
commit | 3ad48069d37d42cc56e48399bb429dc50416e556 (patch) | |
tree | 00e592c116b8039210c2563e4b5e4777b8c5fae5 /doc/gc.rst | |
parent | e6d5379b3b0c5ea00ea59b74ed2ec35d2bd0a3da (diff) | |
download | Nim-3ad48069d37d42cc56e48399bb429dc50416e556.tar.gz |
Fix word wrapping
Diffstat (limited to 'doc/gc.rst')
-rw-r--r-- | doc/gc.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gc.rst b/doc/gc.rst index 77f5fce09..a41a30588 100644 --- a/doc/gc.rst +++ b/doc/gc.rst @@ -164,7 +164,8 @@ you can pass ``--gc:`` on the compile command with the choosed garbage collector The same Nim code can be compiled to use any of the garbage collectors; the Nim syntax generally will not change from one garbage collector to another. -No garbage collector is used for `JavaScript and NodeJS <backends.html#backends-the-javascript-target>`_ compilation targets. +No garbage collector is used for `JavaScript and NodeJS +<backends.html#backends-the-javascript-target>`_ compilation targets. `NimScript <nims.html>`_ target uses Nim VM garbage collector. If you are new to Nim and just starting, the default garbage collector is balanced to fit most common use cases. |