Skip to content

Commit

Permalink
Fix improper possessive in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Reeve committed Dec 1, 2014
1 parent a07210c commit ca4e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlite3/resultset.rb
Expand Up @@ -5,7 +5,7 @@ module SQLite3

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

0 comments on commit ca4e184

Please sign in to comment.