Skip to content

Commit a642840

Browse files
committed
small fix
1 parent bd81f08 commit a642840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Meta/Tactic/ElimInfo.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ example (x : Three) (p : Three → Prop) : p x := by
234234
cases x
235235
-- val : Fin 3 ⊢ p ⟨val⟩
236236
237-
@[induction_eliminator, elab_as_elim]
237+
@[cases_eliminator, elab_as_elim]
238238
def Three.myRec {motive : Three → Sort u}
239239
(zero : motive ⟨0⟩) (one : motive ⟨1⟩) (two : motive ⟨2⟩) :
240240
∀ x, motive x

0 commit comments

Comments
 (0)