Skip to content

Commit a8c7e71

Browse files
authored
Fix typo
Removed spurious colons.
1 parent 4d4aaa6 commit a8c7e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/regexes.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ L<backtrack|/language/regexes#Backtracking>) shown below:
618618
=table
619619
Token | Regex equivalent | Description
620620
=========+=====================================
621-
<ws> | <!ww> \s*: | Word-separating whitespace (including zero, e.g. at EOF)
622-
<ident> | <.alpha> \w*: | Basic identifier (no support for ' or -).
621+
<ws> | <!ww> \s* | Word-separating whitespace (including zero, e.g. at EOF)
622+
<ident> | <.alpha> \w* | Basic identifier (no support for ' or -).
623623

624624
=head2 X«Unicode properties|Regexes,<:property>»
625625

0 commit comments

Comments
 (0)