summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-03-10 10:45:28 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2022-03-10 10:45:28 +0900
commitee5bf4cac2a4244d8b4b93d3b5f60521e56a16ad (patch)
tree3c1d3885113778f58962aafcd6cdbccb294a6f46 /doc
parentcadfeb36d1ed059812ae2455dfb6cb9a3a33251b (diff)
[DOC] Remove an unnecessary character [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/character_selectors.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/character_selectors.rdoc b/doc/character_selectors.rdoc
index 9bc477ea71..dc55491a26 100644
--- a/doc/character_selectors.rdoc
+++ b/doc/character_selectors.rdoc
@@ -35,7 +35,7 @@ Note that order and repetitions do not matter:
In a character selector, these three characters get special treatment:
-- A leading caret (<tt>'^'</tt>') functions as a "not" operator
+- A leading caret (<tt>'^'</tt>) functions as a "not" operator
for the characters to its right:
'abracadabra'.delete('^bc') # => "bcb"