summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-06-15 03:55:24 -0300
committerGitHub <noreply@github.com>2020-06-15 08:55:24 +0200
commita056b4c3f135120bdd948c32273fd902273c2773 (patch)
treec1f57c5e6220d7d46b842d070fd1c29fad1cc8fd /doc
parent5a22d6b57bec6eca3d123a7d911f32b58b410cf8 (diff)
downloadNim-a056b4c3f135120bdd948c32273fd902273c2773.tar.gz
Change 'Future Directions' to link memory management documentation (#14664)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index 6eec8bef9..75cc507a4 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -7449,9 +7449,9 @@ be used:
       deepCopy(perThread, someGlobal)
 
 
-Future directions:
+See also:
 
-- A shared GC'ed heap might be provided.
+- `Shared heap memory management. <gc.html>`_.
 
 
 Threadvar pragma