aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-13 18:40:11 +0200
committerHugo Herbelin2020-09-13 18:40:11 +0200
commitd7d41bee6ae195a7842c40d84162eb1e26a24533 (patch)
tree3648797eb0d93d6204873e98df2a55103cf58d76 /doc
parentc7f1e26f3ef4862e7fc72ce76167a4c7549a2205 (diff)
Fixing documentation relatively to example of use of extra spaces in notations.
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/user-extensions/syntax-extensions.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/user-extensions/syntax-extensions.rst b/doc/sphinx/user-extensions/syntax-extensions.rst
index 9e8e5e5fa5..8857f6b484 100644
--- a/doc/sphinx/user-extensions/syntax-extensions.rst
+++ b/doc/sphinx/user-extensions/syntax-extensions.rst
@@ -241,12 +241,12 @@ notation is the insertion of spaces at some places of the notation.
This is performed by adding extra spaces between the symbols and
parameters: each extra space (other than the single space needed to
separate the components) is interpreted as a space to be inserted by
-the printer. Here is an example showing how to add spaces around the
-bar of the notation.
+the printer. Here is an example showing how to add spaces next to the
+curly braces.
.. coqtop:: in
- Notation "{{ x : A | P }}" := (sig (fun x : A => P)) (at level 0, x at level 99).
+ Notation "{{ x : A | P }}" := (sig (fun x : A => P)) (at level 0, x at level 99).
.. coqtop:: all