aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/addendum
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-03-13 11:53:25 +0100
committerEmilio Jesus Gallego Arias2019-03-13 11:53:25 +0100
commit425c02cb6dc4578aebc62ff94c656a904e5d6299 (patch)
tree037d96d63fae783800defba3533e398f5d5ca93f /doc/sphinx/addendum
parentf16fca89aa98fc4d8360df7045e932800edcb9ea (diff)
parent1eb1fe7cee6f8381c5c715430eba0c5994f0b3a4 (diff)
Merge PR #9757: [refman] Add 'warn' option to coqtop directive.
Reviewed-by: cpitclaudel
Diffstat (limited to 'doc/sphinx/addendum')
-rw-r--r--doc/sphinx/addendum/extended-pattern-matching.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/extended-pattern-matching.rst b/doc/sphinx/addendum/extended-pattern-matching.rst
index 3ec6c118af..e882ce6e88 100644
--- a/doc/sphinx/addendum/extended-pattern-matching.rst
+++ b/doc/sphinx/addendum/extended-pattern-matching.rst
@@ -285,7 +285,7 @@ By default, implicit arguments are omitted in patterns. So we write:
.. coqtop:: all
- Arguments nil [A].
+ Arguments nil {A}.
Arguments cons [A] _ _.
Check
(fun l:List nat =>