Skip to content

Commit

Permalink
major bug fix for esg sentence generator: was ignoring the sequential…
Browse files Browse the repository at this point in the history
…, permuted, conditional options. seems like it was there from the start.
  • Loading branch information
Randall C. O'Reilly committed Mar 13, 2021
1 parent 0c4a3c4 commit 11aecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esg/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (rls *Rules) ReadRules(r io.Reader) []error {
}
}
typ := UniformItems
switch rnm {
switch prp {
case "?":
typ = CondItems
case "|":
Expand Down

0 comments on commit 11aecae

Please sign in to comment.