1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Merge pull request #766 from joelg236/patch-1

Fixed very small spelling mistake
This commit is contained in:
Nami-Doc
2014-09-14 21:38:34 +02:00

View File

@@ -20,7 +20,7 @@ See also [the CoffeeScript website](http://coffeescript.org/), which has a compl
Block comments are like these, and they translate directly to '/ *'s and '* /'s
for the resulting JavaScript code.
You should understand most of JavaScript semantices
You should understand most of JavaScript semantics
before continuing.
###