Fix typo
This commit is contained in:
parent
d591b353c9
commit
12b310b7c2
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ module Mm2ep
|
|||
end
|
||||
|
||||
def to_s
|
||||
"( #{@expr1.to_s}) AND (#{@expr2.to_s} )"
|
||||
"( #{@expr1.to_s} ) AND ( #{@expr2.to_s} )"
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -89,7 +89,7 @@ module Mm2ep
|
|||
end
|
||||
|
||||
def to_s
|
||||
"( #{@expr1.to_s}) OR (#{@expr2.to_s} )"
|
||||
"( #{@expr1.to_s} ) OR ( #{@expr2.to_s} )"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue