diff options
Diffstat (limited to 'docs/tutorial/LangImpl1.html')
-rw-r--r-- | docs/tutorial/LangImpl1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl1.html b/docs/tutorial/LangImpl1.html index f57848b..2ce59b9 100644 --- a/docs/tutorial/LangImpl1.html +++ b/docs/tutorial/LangImpl1.html @@ -232,7 +232,7 @@ if you typed in "1.23". Feel free to extend it :). Next we handle comments: </pre> </div> -<p>We handle comments by skipping to the end of the line and then returning the +<p>We handle comments by skipping to the end of the line and then return the next comment. Finally, if the input doesn't match one of the above cases, it is either an operator character like '+' or the end of the file. These are handled with this code:</p> |