Skip to content

Commit 66a7796

Browse files
dptolenikic
authored andcommitted
Mispelling
Mispelling in /Book/php7/zvals/memory_management.rst/
1 parent c494e94 commit 66a7796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/zvals/memory_management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Immutable values
5454
~~~~~~~~~~~~~~~~
5555

5656
While all complex structures share the ``zend_refcounted_h`` header, the refcount is not always actually used. Strings
57-
and arrays can be immutable, which means that that the entire structure, including the reference count, must never be
57+
and arrays can be immutable, which means that the entire structure, including the reference count, must never be
5858
modified. Such structures can be reused without incrementing the reference count and are guaranteed to not be destroyed
5959
until (at least) the end of the request.
6060

0 commit comments

Comments
 (0)