Skip to content
Snippets Groups Projects
Commit 44dd5fae authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Fix typo in ProofMode.md.

parent ae3c8fdf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Applying hypotheses and lemmas
- `iExact "H"` : finish the goal if the conclusion matches the hypothesis `H`
- `iAssumption` : finish the goal if the conclusion matches any hypothesis
- `iApply trm` : match the conclusion of the current goal against the
conclusion of `tetrmrm` and generates goals for the premises of `trm`. See
conclusion of `trm` and generates goals for the premises of `trm`. See
proof mode terms below.
Context management
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment