orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.9k stars 394 forks source link

Small typo #77

Closed anmonteiro closed 9 years ago

anmonteiro commented 9 years ago

Hey, I spotted a little typo here.

I believe

In other cases it may modify the input lval* and the return it.

should be:

In other cases it may modify the input lval* and the return it.

I can send a pull request if needed, just wouldn't think it would be of importance.

Keep up the good work!

orangeduck commented 9 years ago

Hey thanks I'll fix it now.