diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-11-10 17:29:29 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-11-10 17:29:29 +0000 |
commit | 948cf525cfadedfc3d1ab2add79c38d598383d6f (patch) | |
tree | fb9643a90dde8bdaac67f1d336aa73713c269d52 /tools | |
parent | 240085a6230da6674c818253e580aef5149bce36 (diff) |
Correction du bug #2183
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12492 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/coqdoc/index.mll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/index.mll b/tools/coqdoc/index.mll index 48248d8fb..fe3b946e5 100644 --- a/tools/coqdoc/index.mll +++ b/tools/coqdoc/index.mll @@ -217,7 +217,7 @@ let type_name = function | Library -> let ln = !lib_name in if ln <> "" then String.lowercase ln else "library" - | Module -> "module" + | Module -> "moduleid" | Definition -> "definition" | Inductive -> "inductive" | Constructor -> "constructor" |