Commit 3ffe3995 authored by Geoff Simmons's avatar Geoff Simmons

Fix a typo

parent 6a26f194
Pipeline #272 skipped
...@@ -837,7 +837,7 @@ sequences can be used to insert strings: ...@@ -837,7 +837,7 @@ sequences can be used to insert strings:
``$$`` ``$$``
Inserts a dollar character. Inserts a dollar character.
``$<n>`` of ``${<n>}`` ``$<n>`` or ``${<n>}``
Inserts the contents of group ``<n>`` captured during the match, Inserts the contents of group ``<n>`` captured during the match,
where ``<n>`` can be a number or a name. The number can be 0 to where ``<n>`` can be a number or a name. The number can be 0 to
include the entire matched string. Braces are only required if the include the entire matched string. Braces are only required if the
......
...@@ -794,7 +794,7 @@ sequences can be used to insert strings: ...@@ -794,7 +794,7 @@ sequences can be used to insert strings:
``$$`` ``$$``
Inserts a dollar character. Inserts a dollar character.
``$<n>`` of ``${<n>}`` ``$<n>`` or ``${<n>}``
Inserts the contents of group ``<n>`` captured during the match, Inserts the contents of group ``<n>`` captured during the match,
where ``<n>`` can be a number or a name. The number can be 0 to where ``<n>`` can be a number or a name. The number can be 0 to
include the entire matched string. Braces are only required if the include the entire matched string. Braces are only required if the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment