fix validator errors
[oota-llvm.git] / docs / tutorial / LangImpl4.html
index 7e1fcfa0ff524f5d37edb7d405e446330ccdafca..9a3bfd21471e73526f1ed6c1d5ec45efe46d0756 100644 (file)
@@ -87,7 +87,7 @@ entry:
 </pre>
 </div>
 
-Constant folding, as seen above, in particular, is a very common and very
+<p>Constant folding, as seen above, in particular, is a very common and very
 important optimization: so much so that many language implementors implement
 constant folding support in their AST representation.</p>