mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fixed very small spelling mistake
semantices -> semantics
This commit is contained in:
parent
931db8c685
commit
93423c1b82
@ -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
|
Block comments are like these, and they translate directly to '/ *'s and '* /'s
|
||||||
for the resulting JavaScript code.
|
for the resulting JavaScript code.
|
||||||
|
|
||||||
You should understand most of JavaScript semantices
|
You should understand most of JavaScript semantics
|
||||||
before continuing.
|
before continuing.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user