aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Lists/List.v
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-01 08:38:03 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-04-01 08:38:03 +0000
commit2a5562fa9f003e6bced4f0e4de0a2208cec062a9 (patch)
tree61a72b574e4a324c95a6f5f91e2c5c285dcd89a2 /theories/Lists/List.v
parent64270c153f1b884eee201ab5eb5681ce61e7054e (diff)
Correction du bug #1819
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10734 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Lists/List.v')
-rw-r--r--theories/Lists/List.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Lists/List.v b/theories/Lists/List.v
index d9f5d10a1..6b30f6351 100644
--- a/theories/Lists/List.v
+++ b/theories/Lists/List.v
@@ -1638,7 +1638,7 @@ Hint Resolve incl_refl incl_tl incl_tran incl_appl incl_appr incl_cons
(**************************************)
-(* ** Cutting a list at some position *)
+(** * Cutting a list at some position *)
(**************************************)
Section Cutting.