Skip to content

Commit

Permalink
fix(fitch): fixed wrong line number for b-elim
Browse files Browse the repository at this point in the history
changed needed line number for b-elim from 2 to 1

fix #32
  • Loading branch information
Kaeldehta committed Sep 7, 2022
1 parent c5ec5ba commit e93abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/fitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const propRulesOptions: Record<
},
"b-elim": {
label: "\u2194-Elim",
count: 2,
count: 1,
},
"c-intro": {
label: "\u2227-Intro",
Expand Down

0 comments on commit e93abb3

Please sign in to comment.