From 08d01949bf021062cf4dc040acdfa944e97c0690 Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 12 Oct 2018 20:37:30 +0000 Subject: [PATCH] readline.c: improve docs * ext/readline/readline.c: [DOC] fix typo in docs for Readline.completion_quote_character; enable link to method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/readline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/readline/readline.c b/ext/readline/readline.c index f044eb8814..3380720f47 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -1314,12 +1314,12 @@ readline_s_get_completion_append_character(VALUE self) * Readline.completion_quote_character -> char * * When called during a completion (e.g. from within your completion_proc), - * it will return a string containing the chracter used to quote the + * it will return a string containing the character used to quote the * argument being completed, or nil if the argument is unquoted. * * When called at other times, it will always return nil. * - * Note that ``Readline.completer_quote_characters`` must be set, + * Note that Readline.completer_quote_characters must be set, * or this method will always return nil. */ static VALUE