diff options
author | Wez Furlong <wez@php.net> | 2004-01-30 10:15:24 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-01-30 10:15:24 +0000 |
commit | 356e8f9b7d9495874244143e0ec490b519c1c3cf (patch) | |
tree | 907b12b7cc0179e4bf76dfcd0358adc141201051 /CODING_STANDARDS | |
parent | 134faf074c04625062c0903624747459f44e4a8d (diff) | |
download | php-git-356e8f9b7d9495874244143e0ec490b519c1c3cf.tar.gz |
word fix
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index c4cbaeee8e..ff26a8985a 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -204,7 +204,7 @@ Syntax and indentation four spaces. It is important to maintain consistency in indenture so that definitions, comments, and control structures line up correctly. -[5] Precompiler statements (#if and such) MUST start at column one. To +[5] Preprocessor statements (#if and such) MUST start at column one. To indent preprocessor directives you should put the # at the beginning of a line, followed by any number of whitespace. |