Skip to content

Commit 709dad8

Browse files
stofSammyK
authored andcommitted
Fix typo in the strings chapter (#24)
1 parent 5268c90 commit 709dad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/internal_types/strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Many operations are needed with strings. Although the C standard library provide
77
C classical strings, aka ``char *`` (or ``char []``) are usually a little bit weak to use as-is in a strong program
88
like PHP is.
99

10-
Thus, PHP designed a layer on top of C strings: ``zend_strings``. Also, anoter API exists that implements common string
10+
Thus, PHP designed a layer on top of C strings: ``zend_strings``. Also, another API exists that implements common string
1111
operations both for C classical strings, or for ``zend_strings``: ``smart_str`` API.
1212

1313
.. toctree::

0 commit comments

Comments
 (0)