[php-src] master: Doc: Fix typo in zend_string.rst documentation
Weilin Du via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Committer: GitHub (web-flow)
Pusher: LamentXU123
Date: 2026-07-12T00:11:52+08:00
Commit: https://github.com/php/php-src/commit/838a9c2ef8075650f330d7d788062f1421599f72
Raw diff: https://github.com/php/php-src/commit/838a9c2ef8075650f330d7d788062f1421599f72.diff
Doc: Fix typo in zend_string.rst documentation
Changed paths:
M docs/source/core/data-structures/zend_string.rst
Diff:
diff --git a/docs/source/core/data-structures/zend_string.rst b/docs/source/core/data-structures/zend_string.rst
index d341347277a4..d6b20a49a74c 100644
--- a/docs/source/core/data-structures/zend_string.rst
+++ b/docs/source/core/data-structures/zend_string.rst
@@ -122,7 +122,7 @@ strings.
- - ``ZSTR_HASH``
- ``Z_STRHASH[_P]``
- - Computes the string has if it hasn't already been, and returns it.
+ - Computes the string hash if it hasn't already been, and returns it.
- - ``ZSTR_H``
- \-