Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 4f31f18

Browse files
committed
Use REF1 for references to object
1 parent 757318f commit 4f31f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/memory.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,14 +956,14 @@ $(UL
956956
)
957957
)
958958
959-
Note: Users should prefer $(REF destroy, object)` to explicitly finalize objects,
959+
Note: Users should prefer $(REF1 destroy, object) to explicitly finalize objects,
960960
and only resort to $(REF __delete, core,memory) when $(REF destroy, object)
961961
wouldn't be a feasible option.
962962
963963
Params:
964964
x = aggregate object that should be destroyed
965965
966-
See_Also: $(REF destroy, object), $(REF free, core,GC)
966+
See_Also: $(REF1 destroy, object), $(REF free, core,GC)
967967
968968
History:
969969

0 commit comments

Comments
 (0)