1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Fix typo in CODING_STANDARDS.md (GH-20364)

This commit is contained in:
Sujan Miya
2025-11-03 20:30:52 +06:00
committed by GitHub
parent 5151b9d8d6
commit bda37c1161

View File

@@ -276,7 +276,7 @@ rewritten to comply with these rules.
1. The length of constant string literals should be calculated via ``strlen()``
instead of using ``sizeof()-1`` as it is clearer and any modern compiler
will optimize it away. Legacy usages of the latter style exists within the
will optimize it away. Legacy usages of the latter style exist within the
codebase but should not be refactored, unless larger refactoring around that
code is taking place.