Skip to content

Commit 25acbe7

Browse files
authored
Use "but" instead of incorrect "and" usage in zend_string docs (#121)
1 parent b9d4aeb commit 25acbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Book/php7/internal_types/strings/zend_strings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ yet, while the real hash is computed on first use.
4343
String accessors
4444
----------------
4545

46-
Just like with :ref:`zvals <zvals>`, you don't manipulate ``zend_string`` fields by hand and use a number of access
46+
Just like with :ref:`zvals <zvals>`, you don't manipulate ``zend_string`` fields by hand but use a number of access
4747
macros instead::
4848

4949
zend_string *str = zend_string_init("foo", strlen("foo"), 0);

0 commit comments

Comments
 (0)