Skip to content

Commit bf28018

Browse files
authored
Fix typo in Basic Structure
Closes #140.
1 parent 07024bd commit bf28018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/zvals/basic_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ limited precision and commonly doesn't store the exact value you want.
7676
The remaining four types will only be mentioned here quickly and discussed in greater detail in their own chapters:
7777

7878
Strings (``IS_STRING``) are stored in a ``zend_string`` structure, which combines the string length and the string
79-
constants in a single allocation. You will find more information about the ``zend_string`` structure and its
79+
contents in a single allocation. You will find more information about the ``zend_string`` structure and its
8080
dedicated API in the :doc:`string <../internal_types/strings>` chapter.
8181

8282
Arrays use the ``IS_ARRAY`` type tag and are stored in the ``zend_array *arr`` member. How the ``HashTable`` structure

0 commit comments

Comments
 (0)