diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2014-01-27 06:50:11 +0900 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-01-26 17:20:13 -0800 |
commit | d65ddb633d4fef54bd9715c4a159d8a7462eed2d (patch) | |
tree | 7e8373785445a5f51c0bc5c87b03529e7d57ae4f /README.EXT_SKEL | |
parent | f496aac1f6fc2b3ef30d5ed9539dbfdf9b4a1892 (diff) | |
download | php-git-d65ddb633d4fef54bd9715c4a159d8a7462eed2d.tar.gz |
Fix English and improve by Stas. Thanks :)
Diffstat (limited to 'README.EXT_SKEL')
-rw-r--r-- | README.EXT_SKEL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT_SKEL b/README.EXT_SKEL index 20b684ddfa..42df006d24 100644 --- a/README.EXT_SKEL +++ b/README.EXT_SKEL @@ -91,7 +91,7 @@ FORMAT OF FUNCTION DEFINITIONS FILE module_name_function(int arg1, int arg2 [, int arg3 [, int arg4]]) - Arguments arg1 and arg2 is required. + Arguments arg1 and arg2 are required. Arguments arg3 and arg4 are optional. If possible, the function definition should also contain it's return type |