summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorn5m <72841454+n5m@users.noreply.github.com>2020-10-15 23:43:20 +0000
committerGitHub <noreply@github.com>2020-10-15 16:43:20 -0700
commitb50a0ee95c78cd5137b6a4291471bcbda1e69341 (patch)
treea19a53e0ca3d8f48a6ad50032278b2a5df133d58
parenta43202ea57f49a3b49927f114669335a7d40dbb2 (diff)
downloadNim-b50a0ee95c78cd5137b6a4291471bcbda1e69341.tar.gz
fix option formatting (#15591)
-rw-r--r--doc/gc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gc.rst b/doc/gc.rst
index b118b1f8a..ee7f9000e 100644
--- a/doc/gc.rst
+++ b/doc/gc.rst
@@ -35,7 +35,7 @@ To choose the memory management strategy use the ``--gc:`` switch.
   It offers deterministic performance for `hard realtime`:idx: systems. Reference cycles
   cause memory leaks, beware.
 
-- ``--gc:orc``. Same as ``-gc:arc`` but adds a cycle collector based on "trial deletion".
+- ``--gc:orc``. Same as ``--gc:arc`` but adds a cycle collector based on "trial deletion".
   Unfortunately that makes its performance profile hard to reason about so it is less
   useful for hard realtime systems.