]> granicus.if.org Git - php/commitdiff
Update CODING_STANDARDS
authorArchil Imnadze <archil@imnadze.ge>
Mon, 8 Sep 2014 09:13:34 +0000 (13:13 +0400)
committerStanislav Malyshev <stas@php.net>
Mon, 24 Nov 2014 01:14:32 +0000 (17:14 -0800)
CODING_STANDARDS

index 27fff07f60fcb3c6ac921fc388be53e152c5add3..2664d12bd5fe0bec640b935473481c5faedf720f 100644 (file)
@@ -42,7 +42,7 @@ Exceptions:
 
 4.  When writing functions that deal with strings, be sure to remember
     that PHP holds the length property of each string, and that it
-    shouldn't be calculated with strlen().  Write your functions in such
+    shouldn't be calculated with strlen().  Write your functions in such
     a way so that they'll take advantage of the length property, both
     for efficiency and in order for them to be binary-safe.
     Functions that change strings and obtain their new lengths while