We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4351a6 commit ffb8fa6Copy full SHA for ffb8fa6
1 file changed
README.md
@@ -63,7 +63,7 @@ This is source code for part III of the book series on building an interpreter u
63
64
Passing functions as arguments:
65
66
- // And user defined funtions
+ // Add some user defined funtions
67
function sqr (x) return x*x; end
68
function cube (x) return x*x*x; end
69
0 commit comments