diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-07-18 23:10:33 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-07-18 23:10:33 +0000 |
commit | 7966ff120b9fb731b7d99f6452cdf206865f0e41 (patch) | |
tree | f5b5b4777091b19b27494f8d2cb7f5e1eaef3cb1 /CODING_STANDARDS | |
parent | b89637687dc8400363f3cb253a158d8ef8a24178 (diff) | |
download | php-git-7966ff120b9fb731b7d99f6452cdf206865f0e41.tar.gz |
Fixed typo
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 b36c1fc3b2..044f352968 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -256,7 +256,7 @@ that the first implementation include a file labeled 'EXPERIMENTAL' in the function directory, and that the functions follow the standard prefixing conventions during their initial implementation. -The file labelled 'EXPERIMENTAL' should include the following +The file labeled 'EXPERIMENTAL' should include the following information: Any authoring information (known bugs, future directions of the module). Ongoing status notes which may not be appropriate for CVS comments. |