Skip to content

Commit bda37c1

Browse files
[skip ci] Fix typo in CODING_STANDARDS.md (phpGH-20364)
1 parent 5151b9d commit bda37c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ rewritten to comply with these rules.
276276

277277
1. The length of constant string literals should be calculated via ``strlen()``
278278
instead of using ``sizeof()-1`` as it is clearer and any modern compiler
279-
will optimize it away. Legacy usages of the latter style exists within the
279+
will optimize it away. Legacy usages of the latter style exist within the
280280
codebase but should not be refactored, unless larger refactoring around that
281281
code is taking place.
282282

0 commit comments

Comments
 (0)