[DOC] Add missing escape
Before: ``` * + corresponds to $+, which contains last capture group. ``` After: ``` * \+ corresponds to $+, which contains last capture group. ```
This commit is contained in:
parent
90d3bbb52b
commit
5cffa69c1b
@ -90,7 +90,7 @@
|
||||
# which contains string after match.
|
||||
# - <tt>\`</tt> corresponds to <tt>$`</tt>,
|
||||
# which contains string before match.
|
||||
# - <tt>\+</tt> corresponds to <tt>$+</tt>,
|
||||
# - <tt>\\+</tt> corresponds to <tt>$+</tt>,
|
||||
# which contains last capture group.
|
||||
#
|
||||
# See rdoc-ref:regexp.rdoc for details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user