Skip to content

Commit

Permalink
Add a missing by in an exercise.
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
PatrickMassot committed Sep 10, 2023
1 parent 02c54eb commit df6a935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ variable {R : Type*} [Ring R]

-- EXAMPLES:
-- QUOTE:
theorem self_sub (a : R) : a - a = 0 :=
theorem self_sub (a : R) : a - a = 0 := by
sorry
-- QUOTE.

Expand Down

0 comments on commit df6a935

Please sign in to comment.