We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a07210c + ca4e184 commit ac90d25Copy full SHA for ac90d25
lib/sqlite3/resultset.rb
@@ -5,7 +5,7 @@ module SQLite3
5
6
# The ResultSet object encapsulates the enumerability of a query's output.
7
# 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
+ # very rarely (if ever) be instantiated directly. Instead, clients should
9
# obtain a ResultSet instance via Statement#execute.
10
class ResultSet
11
include Enumerable
0 commit comments