diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-07-08 19:44:39 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-07-08 19:44:39 +0200 |
commit | c86f9eb25aca49f9ca77c636fbf03dcfc7540e36 (patch) | |
tree | 93e170cb8d9e64bbd2479995cd7b7347da6ad13d /phpBB/docs/coding-guidelines.html | |
parent | c79df9700df8fb238ae386e890dd97316bb97fc6 (diff) | |
parent | 58cb46d344685c7bba4579e5b693ec448877d7cd (diff) | |
download | forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar.gz forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar.bz2 forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar.xz forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.zip |
Merge branch 'ticket/evil3/9704' into develop-olympus
* ticket/evil3/9704:
[ticket/9704] Fix minor typo in coding guidelines.
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 7f747e09e2..1978a0a307 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -288,7 +288,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c <div class="content"> - <p>Please note that these Guidelines applies to all php, html, javascript and css files.</p> + <p>Please note that these guidelines apply to all php, html, javascript and css files.</p> <a name="namingvars"></a><h3>2.i. Variable/Function Naming</h3> |