From 6eb15466705ac943cbd508c788036b7bdbfb2a06 Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Thu, 31 Mar 2016 14:31:39 -0700 Subject: [PATCH] not familiar instead of familiar --- super-tiny-compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super-tiny-compiler.js b/super-tiny-compiler.js index 1181a6c..a4d23d7 100644 --- a/super-tiny-compiler.js +++ b/super-tiny-compiler.js @@ -81,7 +81,7 @@ * We're going to compile some lisp-like function calls into some C-like * 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: *