aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-04 12:51:40 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-04 12:51:40 +0000
commit75862b96afd73704bc56f52ef2375d128ad53150 (patch)
treeb981ad8922d13d96b033d4b2eb2adc987211e9f4 /doc
parent3a091f4a3342b7436558606180852af8f9e135ff (diff)
Correction bug #1236
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9203 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/Polynom.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Polynom.tex b/doc/refman/Polynom.tex
index 0b8e09452..ee2cf38d3 100644
--- a/doc/refman/Polynom.tex
+++ b/doc/refman/Polynom.tex
@@ -297,7 +297,7 @@ tactic we used \Coq\ as a programming language and also as a proof
environment to build a tactic and to prove it correctness.
The interested reader is strongly advised to have a look at the file
-\texttt{Ring_polynom.v}. Here a type for polynomials is defined:
+\texttt{Ring\_polynom.v}. Here a type for polynomials is defined:
\begin{small}
\begin{flushleft}