Skip to content

Commit

Permalink
Fix copy-pasta; vendethiel++
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 7, 2020
1 parent 1cf5223 commit bd890a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raku/ast/regex.rakumod
Expand Up @@ -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' }
}
Expand Down

0 comments on commit bd890a8

Please sign in to comment.