[skip-revcheck] Fix typo

Closes GH-1063.
This commit is contained in:
Parsonswy 2021-11-06 06:22:15 -04:00 committed by GitHub
parent 9097ea48f6
commit a1a293ce29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
The downside of the buffered mode is that larger result sets might require
quite a lot memory. The memory will be kept occupied till all references to the
result set are unset or the result set was explicitly freed, which will automatically
happen during request end the latest. The terminology "store result" is also used
happen during request end at the latest. The terminology "store result" is also used
for buffered mode, as the whole result set is stored at once.
</para>