summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system')
-rw-r--r--lib/system/memalloc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/memalloc.nim b/lib/system/memalloc.nim
index ffb5190ca..fca1db91d 100644
--- a/lib/system/memalloc.nim
+++ b/lib/system/memalloc.nim
@@ -213,7 +213,7 @@ when hasAlloc and not defined(js):
     ## to it is undefined behaviour!
     ##
     ## See also:
-    ## `allocShared0 <#allocShared0.t,Natural>`_.
+    ## * `allocShared0 <#allocShared0.t,Natural>`_.
     incStat(allocCount)
     allocSharedImpl(size)
 
'>81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122