Skip to content

Commit

Permalink
- MFH typo fix by Jon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Smith committed Nov 11, 2007
1 parent 18a656d commit 9e21859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING_STANDARDS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e21859

Please sign in to comment.