Skip to content

Commit 93565da

Browse files
authored
Fix typo in basic_structure.rst (#152)
1 parent c2c52d9 commit 93565da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Book/php7/zvals/basic_structure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Secondly, ``zend_long`` is **not** the same as ``long``, because it abstracts aw
6565
is always 4 bytes large on 32-bit platorms and 8 bytes large on 64-bit platforms, even if the ``long`` type may have
6666
a different size.
6767

68-
For this reason, is is important to use macros written specifically for use with ``zend_long``, such as
68+
For this reason, it is important to use macros written specifically for use with ``zend_long``, such as
6969
``SIZEOF_ZEND_LONG`` or ``ZEND_LONG_MAX``. You can find more relevant macros in
7070
`Zend/zend_long.h <https://github.com/php/php-src/blob/1a0fa12753931dba9908161df0f63feb6d0ba025/Zend/zend_long.h>`_.
7171

0 commit comments

Comments
 (0)