]> granicus.if.org Git - gc/commitdiff
Fix 'traceable but uncollectible memory' wording in gcinterface document
authorDima Pasechnik <dimpase@gmail.com>
Fri, 11 Oct 2019 18:33:31 +0000 (21:33 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Oct 2019 18:34:11 +0000 (21:34 +0300)
Issue #268 (bdgwc).

* doc/gcinterface.md (Class inheritance-based interface): Fix a typo
("traceable but uncollectible memory").

doc/gcinterface.md

index 8fcabfd8f43a97928828136047224d0e69e8b1f4..fc91d38f118e93911c5b330ce5700ccbf078554a 100644 (file)
@@ -206,7 +206,7 @@ in garbage collectible memory by having those classes inherit from class `gc`.
 For details see `gc_cpp.h` file.
 
 Linking against `libgccpp` in addition to the `gc` library overrides `::new`
-(and friends) to allocate traceable memory but uncollectible memory, making
+(and friends) to allocate traceable but uncollectible memory, making
 it safe to refer to collectible objects from the resulting memory.
 
 ## C interface