Skip to content

Commit

Permalink
fix missing by (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
grekiki2 authored Sep 10, 2023
1 parent df6a935 commit 9fbe1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ theorem one_add_one_eq_two : 1 + 1 = (2 : R) := by
norm_num

-- EXAMPLES:
theorem two_mul (a : R) : 2 * a = a + a :=
theorem two_mul (a : R) : 2 * a = a + a := by
sorry
-- QUOTE.

Expand Down

0 comments on commit 9fbe1f9

Please sign in to comment.