Skip to content

Commit ffb8fa6

Browse files
authored
Update README.md
1 parent a4351a6 commit ffb8fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This is source code for part III of the book series on building an interpreter u
6363

6464
Passing functions as arguments:
6565

66-
// And user defined funtions
66+
// Add some user defined funtions
6767
function sqr (x) return x*x; end
6868
function cube (x) return x*x*x; end
6969

0 commit comments

Comments
 (0)