aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/NArith/NArith.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-14 11:37:22 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-14 11:37:22 +0000
commitb5956a6cfce68a70e97620d72c927d190dd49742 (patch)
tree1000a9819c8b475f6898759ba59f765e33834a02 /theories/NArith/NArith.v
parenta2edf68be812636dc9e6859ea6cda9a1a619fc66 (diff)
NArith: add some functions Neven and Nodd
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13544 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/NArith/NArith.v')
-rw-r--r--theories/NArith/NArith.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/NArith/NArith.v b/theories/NArith/NArith.v
index 61d88af5c..1ba3f2992 100644
--- a/theories/NArith/NArith.v
+++ b/theories/NArith/NArith.v
@@ -20,7 +20,7 @@ Module N.
Include NBinary.N.
End N.
-(** [N] contains An [order] tactic for natural numbers *)
+(** [N] contains an [order] tactic for natural numbers *)
(** Note that [N.order] is domain-agnostic: it will not prove
[1<=2] or [x<=x+x], but rather things like [x<=y -> y<=x -> x=y]. *)