Skip to content

Commit 26e375a

Browse files
committed
chore: typo
1 parent 014d9ee commit 26e375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lean/run/grind_finish_trace.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ example (f : Int → Int) (x y : Int)
176176
example (f : Int → Int) (x y : Int)
177177
: 0 ≤ x → x ≤ 2 → f 0 = y → f 1 = y → f 2 = y → f x = y := by
178178
grind =>
179-
-- Again, we can use `have` to goal the proof with `mbtc`
179+
-- Again, we can use `have` to golf the proof with `mbtc`
180180
have : x ≠ 0
181181
have : x ≠ 1
182182
have : x ≠ 2

0 commit comments

Comments
 (0)