diff --git a/src/Raku/ast/regex.rakumod b/src/Raku/ast/regex.rakumod index 4747e056db2..c3a152532cc 100644 --- a/src/Raku/ast/regex.rakumod +++ b/src/Raku/ast/regex.rakumod @@ -63,7 +63,7 @@ class RakuAST::Regex::Alternation is RakuAST::Regex::Branching { method IMPL-QAST-REGEX-TYPE() { 'alt' } } -# Conjunction (|). +# Conjunction (&). class RakuAST::Regex::Conjunction is RakuAST::Regex::Branching { method IMPL-QAST-REGEX-TYPE() { 'conj' } }