From b2b665eba59e3fc9ad9656d9c74509a975db6fe8 Mon Sep 17 00:00:00 2001 From: crazeteam Date: Wed, 27 Mar 2024 00:15:40 +0800 Subject: [DOC] remove repetitive words in comments Signed-off-by: crazeteam --- doc/syntax/calling_methods.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/syntax') 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' -- cgit v1.2.3