From 7a0b14e3eccb62004720588276dc5d82cde49d75 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 21 May 2013 19:54:30 +0000 Subject: Comments. --- Frameworks/PostgresKit/Source/PGPostgresResult.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit') 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; -- cgit v1.2.3