aboutsummaryrefslogtreecommitdiffstats
path: root/README.EXT
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-26 13:28:32 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-26 13:28:32 +0000
commit2128f208639a6eb828294b89b34bd972b3494913 (patch)
tree4a4ce089a90af9d5a4b5f3d6e1e4966a157a3dba /README.EXT
parentc262acb4e023b6cd4e06b993508ab59a5f61607c (diff)
downloadruby-2128f208639a6eb828294b89b34bd972b3494913.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index 62e0450789..9e4900c7cb 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1309,7 +1309,7 @@ int rb_get_kwargs(VALUE keyword_hash, const ID *table, int required, int optiona
Retrieves argument VALUEs bound to keywords, which directed by +table+
into +values+. First +required+ number of IDs referred by +table+ are
- mandatory, and succeeding +optional+ (- +optional+ - 1 if
+ mandatory, and succeeding +optional+ (- +optional+ - 1 if
+optional+ is negative) number of IDs are optional. If a
mandatory key is not contained in +keyword_hash+, raises "missing
keyword" +ArgumentError+. If an optional key is not present in