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

Commit dff824e

Browse files
authored
Merge pull request #2082 from wilzbach/ref1
Use REF1 for references to object merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
2 parents f5a3387 + 4f31f18 commit dff824e

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)