Skip to content

Commit 33dcc08

Browse files
Update hax-lib/proof-libs/lean/Hax/Integers/Ops.lean
Co-authored-by: maximebuyse <[email protected]>
1 parent 69b1842 commit 33dcc08

File tree

1 file changed

+1
-1
lines changed
  • hax-lib/proof-libs/lean/Hax/Integers

1 file changed

+1
-1
lines changed

hax-lib/proof-libs/lean/Hax/Integers/Ops.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class HaxAdd α where
3333
This enables the notation `a -? b : α` where `a : α`, `b : α`. For now, there is
3434
no heterogeneous version -/
3535
class HaxSub α where
36-
/-- `a -? b` computes the panicking substraction of `a` and `b`.
36+
/-- `a -? b` computes the panicking subtraction of `a` and `b`.
3737
The meaning of this notation is type-dependent. -/
3838
sub : α → α → Result α
3939

0 commit comments

Comments
 (0)