]> granicus.if.org Git - php/commitdiff
- MFH typo fix by Jon
authorLukas Smith <lsmith@php.net>
Sun, 11 Nov 2007 22:12:06 +0000 (22:12 +0000)
committerLukas Smith <lsmith@php.net>
Sun, 11 Nov 2007 22:12:06 +0000 (22:12 +0000)
CODING_STANDARDS

index 18d4c046bb1680846159984e464c9a16b455b459..27bcb104d4598f45eacd421728ea85252744417c 100644 (file)
@@ -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