mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[skip-revcheck] Fix typo
Closes GH-1063.
This commit is contained in:
parent
9097ea48f6
commit
a1a293ce29
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue