aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:16:56 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:16:56 +0100
commit99dccc2df8958e2e346f9b754b2c262935bfa6a3 (patch)
tree96ed393dff3eb2deb2c0681c28f0546e048b4fbb /phpBB/docs/coding-guidelines.html
parentf88e9d1c04f2eaef5eb433f6a0b68abd5dd77d39 (diff)
downloadforums-99dccc2df8958e2e346f9b754b2c262935bfa6a3.tar
forums-99dccc2df8958e2e346f9b754b2c262935bfa6a3.tar.gz
forums-99dccc2df8958e2e346f9b754b2c262935bfa6a3.tar.bz2
forums-99dccc2df8958e2e346f9b754b2c262935bfa6a3.tar.xz
forums-99dccc2df8958e2e346f9b754b2c262935bfa6a3.zip
[ticket/12286] Correctly capitalize PHP
PHPBB3-12286
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html2
1 files changed, 1 insertions, 1 deletions
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))
<p>Therefor we introduced a <a href="https://wiki.phpbb.com/Plural_Rules">plural system</a> that deals with this kind of problems.</p>
- <p>The php Code will basically look like this:</p>
+ <p>The PHP code will basically look like this:</p>
<div class="codebox"><pre>
...