[DOC] fix metacharacter markups [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-06-07 20:43:43 +09:00
parent c741ea0be7
commit 26fcec5ae5
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 4 additions and 4 deletions

2
dir.rb
View File

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