diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index cd8163500c..ad5c5dc107 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2384,7 +2384,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
Therefor we introduced a plural system that deals with this kind of problems.
-The php Code will basically look like this:
+The PHP code will basically look like this:
...