aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init
diff options
context:
space:
mode:
authorGravatar Matěj Grabovský <mgrabovsky@yahoo.com>2015-03-27 16:08:29 +0100
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2015-03-31 11:27:59 +0200
commit829238f2fe74c782023989e1871e15411b3e4ada (patch)
tree5b3cee1bfe1b5aefbe7304caf20e08f12116e534 /theories/Init
parentbc480550dbd705384bec15968dbdde0987df311c (diff)
Fix various typos in documentation
Closes #57.
Diffstat (limited to 'theories/Init')
-rw-r--r--theories/Init/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 424ca0c8c..a7bdba90a 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -59,7 +59,7 @@ Reserved Notation "( x , y , .. , z )" (at level 0).
(** Notation "{ x }" is reserved and has a special status as component
of other notations such as "{ A } + { B }" and "A + { B }" (which
- are at the same level than "x + y");
+ are at the same level as "x + y");
"{ x }" is at level 0 to factor with "{ x : A | P }" *)
Reserved Notation "{ x }" (at level 0, x at level 99).