1
0
Fork 0
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:
Alexander Ilyin 2022-06-09 21:40:21 +03:00 committed by GitHub
parent 473ee328c5
commit adcfd69690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -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.