Skip to content

Commit 53de625

Browse files
committed
Fix some typos on the reference counting docs page
1 parent 2fd30a2 commit 53de625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/core/data-structures/reference-counting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ own allocator. Usually, such values are alive for the entire lifetime of the pro
223223
being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
224224
information.
225225

226-
The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``CG_PERSISTENT`` value is only accessibly in one
226+
The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``GC_PERSISTENT`` value is only accessible in one
227227
thread, and is thus still safe to modify. This flag is only used in debug builds to satisfy an
228228
``assert``.

0 commit comments

Comments
 (0)