diff options
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/memalloc.nim | 2 |
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) |