We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f029d1 commit 28da575Copy full SHA for 28da575
llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
@@ -67,7 +67,7 @@ way to model this. Again, this tutorial won't dwell on good software
67
engineering practices: for our purposes, adding a virtual method is
68
simplest.
69
70
-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
71
parser, which will be used to report errors found during code generation
72
(for example, use of an undeclared parameter):
73
0 commit comments