diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-05 19:33:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-05 19:33:52 +0000 |
commit | a25729e0d00118e8996f8960835a925b7b1f3ee9 (patch) | |
tree | 0ef422a26b84bfcf0e715992930fb0700f209f56 /llvm/docs/tutorial | |
parent | b98d2050a214c3ba9f4a06aecde9cecf86cbf34e (diff) | |
download | bcm5719-llvm-a25729e0d00118e8996f8960835a925b7b1f3ee9.tar.gz bcm5719-llvm-a25729e0d00118e8996f8960835a925b7b1f3ee9.zip |
grammaro
llvm-svn: 43729
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index 3e629287cc3..8e9ed1fb6bf 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/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 |