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.
1 parent 74f7eee commit 5f5372cCopy full SHA for 5f5372c
README.md
@@ -199,7 +199,7 @@ end
199
200
Repeated calls to `client.next_result` will return true, false, or raise an
201
exception if the respective query erred. When `client.next_result` returns true,
202
-call `client.store_result` to retieve a result object. Exceptions are not
+call `client.store_result` to retrieve a result object. Exceptions are not
203
raised until `client.next_result` is called to find the status of the respective
204
query. Subsequent queries are not executed if an earlier query raised an
205
exception. Subsequent calls to `client.next_result` will return false.
0 commit comments