summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/refcounting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refcounting.txt b/doc/refcounting.txt
index e3f6cf27f..3cdb60584 100644
--- a/doc/refcounting.txt
+++ b/doc/refcounting.txt
@@ -60,7 +60,7 @@ for reffing it if they need to hold onto it. Similarly, you shouldn't try to
make the decision to unref it for them.
When you've unreffed the last ref you know about, you should generally
-assume that the object is now gone.
+assume that the object is now gone forever.
CIRCULAR REFERENCES