Skip to content

Commit

Permalink
Fix some typos on the reference counting docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Apr 30, 2024
1 parent 2fd30a2 commit 53de625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/core/data-structures/reference-counting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ own allocator. Usually, such values are alive for the entire lifetime of the pro
being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
information.

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

0 comments on commit 53de625

Please sign in to comment.