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

Remove references to hash and hashtag in favor of number symbol

This commit is contained in:
Sam Dodrill
2014-04-14 11:04:44 -07:00
parent d2f6623cf6
commit 777c333ff0
7 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ See also [the CoffeeScript website](http://coffeescript.org/), which has a compl
``` coffeescript
# CoffeeScript is a hipster language.
# It goes with the trends of many modern languages.
# So comments are like Ruby and Python, they use hashes.
# So comments are like Ruby and Python, they use number symbols.
###
Block comments are like these, and they translate directly to '/ *'s and '* /'s