diff options
Diffstat (limited to 'docs/tutorial')
-rw-r--r-- | docs/tutorial/LangImpl2.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial/LangImpl2.html b/docs/tutorial/LangImpl2.html index 2a0d4870e0..50eed963f6 100644 --- a/docs/tutorial/LangImpl2.html +++ b/docs/tutorial/LangImpl2.html @@ -739,12 +739,12 @@ example, here is a sample interaction:</p> <pre> $ ./a.out ready> def foo(x y) x+foo(y, 4.0); -ready> Parsed an function definition. +ready> Parsed a function definition. ready> def foo(x y) x+y y; -ready> Parsed an function definition. +ready> Parsed a function definition. ready> Parsed a top-level expr ready> def foo(x y) x+y ); -ready> Parsed an function definition. +ready> Parsed a function definition. ready> Error: unknown token when expecting an expression ready> extern sin(a); ready> Parsed an extern |