summaryrefslogtreecommitdiffhomepage
path: root/coffeescript.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2014-04-14 12:15:40 -0700
committerAdam Bard <github@adambard.com>2014-04-14 12:15:40 -0700
commit1afd1ac857b3da096a599bb1609634053a5e2e7e (patch)
tree1ebdbfbc196c02dcc1257dd935f92599b0d7c413 /coffeescript.html.markdown
parentd2f6623cf67468d502fb4c243931687a879c5813 (diff)
parent777c333ff078a7095f9b7ac303829b249f499b21 (diff)
Merge pull request #591 from lyska/no-hashtags
Remove references to hash and hashtag in favor of number symbol
Diffstat (limited to 'coffeescript.html.markdown')
-rw-r--r--coffeescript.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown
index 82c6024c..4fdf5903 100644
--- a/coffeescript.html.markdown
+++ b/coffeescript.html.markdown
@@ -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