summary refs log tree commit diff stats
path: root/doc/gc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gc.rst')
-rw-r--r--doc/gc.rst3
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.