We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c52d9 commit 93565daCopy full SHA for 93565da
Book/php7/zvals/basic_structure.rst
@@ -65,7 +65,7 @@ Secondly, ``zend_long`` is **not** the same as ``long``, because it abstracts aw
65
is always 4 bytes large on 32-bit platorms and 8 bytes large on 64-bit platforms, even if the ``long`` type may have
66
a different size.
67
68
-For this reason, is is important to use macros written specifically for use with ``zend_long``, such as
+For this reason, it is important to use macros written specifically for use with ``zend_long``, such as
69
``SIZEOF_ZEND_LONG`` or ``ZEND_LONG_MAX``. You can find more relevant macros in
70
`Zend/zend_long.h <https://github.com/php/php-src/blob/1a0fa12753931dba9908161df0f63feb6d0ba025/Zend/zend_long.h>`_.
71
0 commit comments