mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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.
This commit is contained in:
parent
473ee328c5
commit
adcfd69690
Notes:
git
2022-06-10 03:40:47 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue