Fix typo in tutorial

This commit is contained in:
Chris Morin 2020-07-20 15:51:09 -07:00 committed by serge-sans-paille
parent 4f029d1be4
commit 28da5759bd
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ way to model this. Again, this tutorial won't dwell on good software
engineering practices: for our purposes, adding a virtual method is
simplest.
The second thing we want is an "LogError" method like we used for the
The second thing we want is a "LogError" method like we used for the
parser, which will be used to report errors found during code generation
(for example, use of an undeclared parameter):