mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip-ci] Improve documentation for better clarity to readers (#7066)
While reading the docs in the repo, I found & made a few improvements to the documentation so it's clearer to its readers. These improvements are around: typos, general punctuations, and grammar.
This commit is contained in:
parent
2454e3b9a5
commit
e838de342a
6 changed files with 21 additions and 21 deletions
|
@ -108,7 +108,7 @@ for every output handler op.
|
|||
|
||||
## Output handler hooks
|
||||
|
||||
The output handler can change its abilities at runtime. Eg. the gz handler can
|
||||
The output handler can change its abilities at runtime. For example, the gz handler can
|
||||
remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
|
||||
or handlers implemented in C to be used with ob_start() can contain a non-global
|
||||
context:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue