From 04e26df8231b128a0b16be3058051f5b60bd60e2 Mon Sep 17 00:00:00 2001 From: mental Date: Sat, 29 Apr 2006 17:49:04 +0000 Subject: [PATCH] grammar, readability fix --- doc/refcounting.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/refcounting.txt b/doc/refcounting.txt index 5dab790a0..e3f6cf27f 100644 --- a/doc/refcounting.txt +++ b/doc/refcounting.txt @@ -21,9 +21,9 @@ end up freeing the object out from under you). REFCOUNTING FUNCTIONS -Ref and unref functions are provided to manipulate object counter (and make -the final decision to free the object for you), but their names will vary -depending on the type of object. +Ref and unref functions are provided to manipulate an object's refcount +(and perhaps make the final decision to free the object), but their names +will vary depending on the type of object. Examples include g_object_ref()/g_object_unref() (for most GObject-based types), sp_object_ref()/sp_object_unref() (for SPObject-derived classes), -- 2.30.2