Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
chore: fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored and hargoniX committed Jul 31, 2024
1 parent 9906580 commit 4ac23a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeanSAT/BitBlast/BVExpr/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ structure BVBit where
-/
var : Nat
/--
The which bit we take out of the BitVec variable by getLsb.
The bit that we take out of the BitVec variable by getLsb.
-/
idx : Fin w
deriving Hashable, DecidableEq, Repr
Expand Down

0 comments on commit 4ac23a4

Please sign in to comment.