summaryrefslogtreecommitdiff
path: root/docs/tutorial/OCamlLangImpl1.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-11 20:04:08 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-11 20:04:08 +0000
commit94244f384954f968617040a55e0857bf8c78bb19 (patch)
treeeab62d4f17d4ec491b2312d22b56732d04994f5c /docs/tutorial/OCamlLangImpl1.html
parentd6c1ed08f69eb1fb3bec7cba6bee866dec5f18f7 (diff)
downloadllvm-94244f384954f968617040a55e0857bf8c78bb19.tar.gz
llvm-94244f384954f968617040a55e0857bf8c78bb19.tar.bz2
llvm-94244f384954f968617040a55e0857bf8c78bb19.tar.xz
fix validator errors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/OCamlLangImpl1.html')
-rw-r--r--docs/tutorial/OCamlLangImpl1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/OCamlLangImpl1.html b/docs/tutorial/OCamlLangImpl1.html
index 77b492fd5e..3c0fd8b1c6 100644
--- a/docs/tutorial/OCamlLangImpl1.html
+++ b/docs/tutorial/OCamlLangImpl1.html
@@ -277,7 +277,7 @@ and lex_ident buffer = parser
</pre>
</div>
-Numeric values are similar:</p>
+<p>Numeric values are similar:</p>
<div class="doc_code">
<pre>