Skip to content

Commit

Permalink
Fix typo in basic_structure.rst (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiBulba authored Jun 29, 2024
1 parent c2c52d9 commit 93565da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Book/php7/zvals/basic_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Secondly, ``zend_long`` is **not** the same as ``long``, because it abstracts aw
is always 4 bytes large on 32-bit platorms and 8 bytes large on 64-bit platforms, even if the ``long`` type may have
a different size.

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
``SIZEOF_ZEND_LONG`` or ``ZEND_LONG_MAX``. You can find more relevant macros in
`Zend/zend_long.h <https://github.com/php/php-src/blob/1a0fa12753931dba9908161df0f63feb6d0ba025/Zend/zend_long.h>`_.

Expand Down

0 comments on commit 93565da

Please sign in to comment.