Skip to content

Commit ac90d25

Browse files
committed
Merge pull request #144 from dreeve/minor-documentation-fix
Fix improper possessive in documentation.
2 parents a07210c + ca4e184 commit ac90d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlite3/resultset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module SQLite3
55

66
# The ResultSet object encapsulates the enumerability of a query's output.
77
# It is a simple cursor over the data that the query returns. It will
8-
# very rarely (if ever) be instantiated directly. Instead, client's should
8+
# very rarely (if ever) be instantiated directly. Instead, clients should
99
# obtain a ResultSet instance via Statement#execute.
1010
class ResultSet
1111
include Enumerable

0 commit comments

Comments
 (0)