Skip to content

Commit f21f2cf

Browse files
authored
Update zend_string.rst
1 parent a576f8d commit f21f2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/core/data-structures/zend_string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ hashing, and interning helpers.
8989
- - ``zend_string_concat2(s1, l1, s2, l2)``
9090
- Creates a non-persistent string by concatenating two character buffers.
9191

92-
- - ``zend_string_concat3(s1, l1, s2, l2, s3, l3)``
92+
- - ``zend_string_concat3(...)``
9393
- Same as ``zend_string_concat2``, but for three character buffers.
9494

9595
- - ``ZSTR_EMPTY_ALLOC()``

0 commit comments

Comments
 (0)