diff options
-rw-r--r-- | docs/tutorial/LangImpl4.html | 2 | ||||
-rw-r--r-- | docs/tutorial/OCamlLangImpl1.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html index 7e1fcfa..9a3bfd2 100644 --- a/docs/tutorial/LangImpl4.html +++ b/docs/tutorial/LangImpl4.html @@ -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> diff --git a/docs/tutorial/OCamlLangImpl1.html b/docs/tutorial/OCamlLangImpl1.html index 77b492f..3c0fd8b 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> |