From 66e518f7b3e0bf307f86a51e6db02c3d1ec8df84 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Tue, 24 Dec 2019 13:01:24 +0100 Subject: [DOC] Fix typo --- doc/syntax/methods.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc index 55feecc0c2..924e31611f 100644 --- a/doc/syntax/methods.rdoc +++ b/doc/syntax/methods.rdoc @@ -502,7 +502,7 @@ it would not be treated as keywords: If a method is called with keywords, but it is missing one mandatory positional argument, the keywords are converted to -a hash and the hash used as the mandtory positional argument: +a hash and the hash used as the mandatory positional argument: def my_method(hash, **keywords) [hash, keywords] -- cgit v1.2.3