aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-08-01 09:36:53 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-08-01 09:36:53 +0000
commit012087785dea50f33f32e0c23d7b6b4f39912a8a (patch)
treeca2bf639d6cb10e17e90b6896bcebc972b6dcd5f /theories/Init/Notations.v
parentd846ae7e7e0a0e9e4e4343f1a4a3efb08a25d40b (diff)
Commentaires coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6004 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 1ab6219f0..845837e48 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -8,9 +8,9 @@
(*i $Id$ i*)
-(** These are the notations whose level and associativity is imposed by Coq *)
+(** These are the notations whose level and associativity are imposed by Coq *)
-(** Notations for logical connectives *)
+(** Notations for propositional connectives *)
Reserved Notation "x <-> y" (at level 95, no associativity).
Reserved Notation "x /\ y" (at level 80, right associativity).