doc: fix typo in docstring of left (#3748)
This commit is contained in:
parent
6c8976abbe
commit
2ed777b2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ the first matching constructor, or else fails.
|
|||
syntax (name := constructor) "constructor" : tactic
|
||||
|
||||
/--
|
||||
Applies the second constructor when
|
||||
Applies the first constructor when
|
||||
the goal is an inductive type with exactly two constructors, or fails otherwise.
|
||||
```
|
||||
example : True ∨ False := by
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue