summaryrefslogtreecommitdiff
path: root/JOURNAL
diff options
context:
space:
mode:
Diffstat (limited to 'JOURNAL')
-rw-r--r--JOURNAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/JOURNAL b/JOURNAL
index ad5c2c7..4d36d45 100644
--- a/JOURNAL
+++ b/JOURNAL
@@ -7,7 +7,7 @@
This is what the GNUstep manual says about the #dealloc method:
In some circumstances, an object may wish to prevent itself from being
- deallocated, it can do this simply be refraining from calling the
+ deallocated, it can do this simply [by] refraining from calling the
superclass implementation.
Maybe we could use this in the case of a garbage-collected runtime.