aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Frameworks/PostgresKit/Source/PGPostgresResult.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/PGPostgresResult.h b/Frameworks/PostgresKit/Source/PGPostgresResult.h
index 2bd1ba96..e5353921 100644
--- a/Frameworks/PostgresKit/Source/PGPostgresResult.h
+++ b/Frameworks/PostgresKit/Source/PGPostgresResult.h
@@ -54,7 +54,8 @@ PGPostgresResultRowType;
@property (readonly) NSUInteger numberOfFields;
/**
- * @property numberOfRows The number or rows this result has.
+ * @property numberOfRows The number or rows this result contains or were affected
+ * by the associated query.
*/
@property (readonly) unsigned long long numberOfRows;