diff options
author | Lukas Smith <lsmith@php.net> | 2007-11-11 22:12:06 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2007-11-11 22:12:06 +0000 |
commit | 9e2185990989b8c5e2ef1d0e2b4b6278461588a5 (patch) | |
tree | 0623ef408eaea3554d2c0ab69f72e5d63512f1a0 | |
parent | 18a656de6fa750406aec4000a47fadbff4f2e52a (diff) | |
download | php-git-9e2185990989b8c5e2ef1d0e2b4b6278461588a5.tar.gz |
- MFH typo fix by Jon
-rw-r--r-- | CODING_STANDARDS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 18d4c046bb..27bcb104d4 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -181,9 +181,9 @@ Syntax and indentation of PHP or one of its standard modules, please maintain the K&R style. This applies to just about everything, starting with indentation and comment styles and up to function declaration - syntax. Also see Identstyle_. + syntax. Also see Indentstyle_. -.. _Identstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html +.. _Indentstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html 3. Be generous with whitespace and braces. Keep one empty line between the variable declaration section and the statements in a block, as well as |