diff options
author | crazeteam <[email protected]> | 2024-03-27 00:15:40 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-03-27 07:52:18 +0900 |
commit | b2b665eba59e3fc9ad9656d9c74509a975db6fe8 (patch) | |
tree | a4639d1bd259ce0806048d1028e2144d40201eff /doc | |
parent | a7ff264477105b5dc0ade6facad4176a1b73df0b (diff) |
[DOC] remove repetitive words in comments
Signed-off-by: crazeteam <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/syntax/calling_methods.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/calling_methods.rdoc b/doc/syntax/calling_methods.rdoc index 6cc8678450..c2c6c61a10 100644 --- a/doc/syntax/calling_methods.rdoc +++ b/doc/syntax/calling_methods.rdoc @@ -210,7 +210,7 @@ definition. If a keyword argument is given that the method did not list, and the method definition does not accept arbitrary keyword arguments, an ArgumentError will be raised. -Keyword argument value can be omitted, meaning the value will be be fetched +Keyword argument value can be omitted, meaning the value will be fetched from the context by the name of the key keyword1 = 'some value' |