From adcfd6969070c3c51b35221d183728bbde8b8539 Mon Sep 17 00:00:00 2001 From: Alexander Ilyin Date: Thu, 9 Jun 2022 21:40:21 +0300 Subject: [DOC] Fix markup for `String` (#5984) * Add missing space for `String#start_with?`. * Add missing pluses for `String#tr` and `Methods for Converting to New String` label. * Move quote into the tag for `Whitespace in Strings` label. --- doc/string/start_with_p.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/string/start_with_p.rdoc b/doc/string/start_with_p.rdoc index 1cfed76296..5d1f9f9543 100644 --- a/doc/string/start_with_p.rdoc +++ b/doc/string/start_with_p.rdoc @@ -1,6 +1,6 @@ Returns whether +self+ starts with any of the given +string_or_regexp+. -Matches patterns against the beginning of+self+. +Matches patterns against the beginning of +self+. For each given +string_or_regexp+, the pattern is: - +string_or_regexp+ itself, if it is a Regexp. -- cgit v1.2.3