diff options
-rw-r--r-- | doc/manual.rst | 4 |
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 |