Merge pull request #19 from sarbbottam/not-familiar

not familiar instead of familiar
This commit is contained in:
James Kyle 2016-03-31 15:32:24 -07:00
commit 55692eb77d

View File

@ -81,7 +81,7 @@
* We're going to compile some lisp-like function calls into some C-like * We're going to compile some lisp-like function calls into some C-like
* function calls. * function calls.
* *
* If you are familiar with one or the other. I'll just give you a quick intro. * If you are not familiar with one or the other. I'll just give you a quick intro.
* *
* If we had two functions `add` and `subtract` they would be written like this: * If we had two functions `add` and `subtract` they would be written like this:
* *