mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] fix metacharacter markups [ci skip]
This commit is contained in:
parent
c741ea0be7
commit
26fcec5ae5
1 changed files with 4 additions and 4 deletions
2
dir.rb
2
dir.rb
|
@ -243,7 +243,7 @@ class << File
|
|||
# Matches any one character in +set+. Behaves exactly like character sets
|
||||
# in Regexp, including set negation (<code>[^a-z]</code>).
|
||||
#
|
||||
# <code> \ </code>::
|
||||
# <code>\\</code>::
|
||||
# Escapes the next metacharacter.
|
||||
#
|
||||
# <code>{a,b}</code>::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue