aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial/LangImpl3.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-05 19:33:52 +0000
committerChris Lattner <sabre@nondot.org>2007-11-05 19:33:52 +0000
commitbb80f93c4753ca80eb75bf83bb5f55b1ec885477 (patch)
treef7f7d0f454c4c0d4db7eed339d72b195c52795ba /docs/tutorial/LangImpl3.html
parent5d01aa484f206b68e1f510386dd304cf25c119ff (diff)
grammaro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/LangImpl3.html')
-rw-r--r--docs/tutorial/LangImpl3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html
index 3e629287cc..8e9ed1fb6b 100644
--- a/docs/tutorial/LangImpl3.html
+++ b/docs/tutorial/LangImpl3.html
@@ -91,7 +91,7 @@ Assignment</a> - the concepts are really quite natural once you grok them.</p>
<p>Note that instead of adding virtual methods to the ExprAST class hierarchy,
it could also make sense to use a visitor pattern or some other way to model
this. Again, this tutorial won't dwell on good software engineering practices:
-for our purposes, adding virtual methods is simplest.</p>
+for our purposes, adding a virtual method is simplest.</p>
<p>The
second thing we want is an "Error" method like we used for parser, which will