Skip to content

Commit 3a8d144

Browse files
authored
Merge pull request #5523 from quickfur/refcounted-ddoc
[trivial] [dox] Fix broken ddoc macro. merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2 parents 6fe6dff + 46cfe3f commit 3a8d144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/typecons.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5141,7 +5141,7 @@ scope, they will automatically increment or decrement the reference
51415141
count. When the reference count goes down to zero, $(D RefCounted)
51425142
will call $(D destroy) against the payload and call $(D free) to
51435143
deallocate the store. If the $(D T) payload contains any references
5144-
to GC-allocated memory, then $(RefCounted) will add it to the GC memory
5144+
to GC-allocated memory, then `RefCounted` will add it to the GC memory
51455145
that is scanned for pointers, and remove it from GC scanning before
51465146
$(D free) is called on the store.
51475147

0 commit comments

Comments
 (0)