Fixed typo

This commit is contained in:
greg 2015-09-13 18:23:56 -07:00
parent efa775cb65
commit cabfcfd440
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
<li> <b>Null-only scripting language</b>
<a href='https://github.com/neunenak/null-only-lang' class='codeLink'>(code)</a>
- 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.
</ul>