From cabfcfd440a23ab55c062ba8b270230fff59e2fe Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 13 Sep 2015 18:23:56 -0700 Subject: [PATCH] Fixed typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d33b8fe..ca9a575 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@
  • Null-only scripting language (code) - - an interpretor for a simple scripting language, where the gimmick + - an interpreter for a simple scripting language, where the gimmick is that all value errors return null. This is mostly an excuse to write something sizeable in Rust.