aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmael2018-03-13 16:13:18 +0100
committerArmael2018-03-13 16:13:18 +0100
commit7dbf6dbd73f3a828bbb58458191912f895cf7779 (patch)
tree4007d544304358c9d99f85d797fd3da997beaf85
parent7f0a281f3b15d76213475316b7d18d8c37fc6f96 (diff)
Fix a typo
-rw-r--r--doc/ltac2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ltac2.md b/doc/ltac2.md
index cd0d8f4325..10a65fce44 100644
--- a/doc/ltac2.md
+++ b/doc/ltac2.md
@@ -875,7 +875,7 @@ Due to conflicts, a few syntactic rules have changed.
`try`, `repeat`, `do`, `once`, `progress`, `time`, `abstract`.
- `idtac` is no more. Either use `()` if you expect nothing to happen,
`(fun () => ())` if you want a thunk (see next section), or use printing
- primitives from the `Message` module if you wand to display something.
+ primitives from the `Message` module if you want to display something.
## Tactic delay