Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Feb 22, 2023
1 parent da68d93 commit b95f73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/regexp_parser/expression/classes/alternation.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Regexp::Expression
# A sequence of expressions, used by Alternation as one of its alternative.
# A sequence of expressions, used by Alternation as one of its alternatives.
class Alternative < Regexp::Expression::Sequence; end

class Alternation < Regexp::Expression::SequenceOperation
Expand Down

0 comments on commit b95f73e

Please sign in to comment.