[DOC-CVS] [doc-en] master: Fix typo in ob_get_clean() docs (#5449)
[email protected] (Jon Surrell via GitHub) Tue, 31 Mar 2026 11:55:12 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jon Surrell (sirreal)
Committer: GitHub (web-flow)
Pusher: Fan2Shrek
Date: 2026-03-31T13:55:09+02:00
Commit: https://github.com/php/doc-en/commit/5778b68049cc01810523b09b028398c70115cd56
Raw diff: https://github.com/php/doc-en/commit/5778b68049cc01810523b09b028398c70115cd56.diff
Fix typo in ob_get_clean() docs (#5449)
Possessive should be "it's"
Changed paths:
M reference/outcontrol/functions/ob-end-clean.xml
Diff:
diff --git a/reference/outcontrol/functions/ob-end-clean.xml b/reference/outcontrol/functions/ob-end-clean.xml
index 37b13a091dae..f60e4c0316c5 100644
--- a/reference/outcontrol/functions/ob-end-clean.xml
+++ b/reference/outcontrol/functions/ob-end-clean.xml
@@ -16,7 +16,7 @@
This function calls the output handler
(with the <constant>PHP_OUTPUT_HANDLER_CLEAN</constant> and
<constant>PHP_OUTPUT_HANDLER_FINAL</constant> flags),
- discards it's return value,
+ discards its return value,
discards the contents of the active output buffer
and turns off the active output buffer.
</para>