diff options
Diffstat (limited to 'docs/tutorial/LangImpl5.html')
-rw-r--r-- | docs/tutorial/LangImpl5.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html index 514b9f1a4e..837815a77d 100644 --- a/docs/tutorial/LangImpl5.html +++ b/docs/tutorial/LangImpl5.html @@ -659,8 +659,8 @@ the 'for' Loop</a></div> <div class="doc_text"> <p>Now we get to the good part: the LLVM IR we want to generate for this thing. -With the simple example above, we get this LLVM IR (note that I generated this -dump is generated with optimizations disabled for clarity): +With the simple example above, we get this LLVM IR (note that this dump is +generated with optimizations disabled for clarity): </p> <div class="doc_code"> |