Skip to content

Commit

Permalink
Remove references to hash and hashtag in favor of number symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe committed Apr 14, 2014
1 parent d2f6623 commit 777c333
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coffeescript.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion elixir.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and many more features.

```elixir

# Single line comments start with a hashtag.
# Single line comments start with a number symbol.

# There's no multi-line comment,
# but you can stack multiple comments.
Expand Down
2 changes: 1 addition & 1 deletion julia.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is based on the current development version of Julia, as of October 18th, 2

```ruby

# Single line comments start with a hash.
# Single line comments start with a number symbol.
#= Multiline comments can be written
by putting '#=' before the text and '=#'
after the text. They can also be nested.
Expand Down
2 changes: 1 addition & 1 deletion livescript.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feedback is always welcome, so feel free to reach me over at


```coffeescript
# Just like its CoffeeScript cousin, LiveScript uses hash symbols for
# Just like its CoffeeScript cousin, LiveScript uses number symbols for
# single-line comments.

/*
Expand Down
2 changes: 1 addition & 1 deletion perl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Perl 5 is a highly capable, feature-rich programming language with over 25 years
Perl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects.

```perl
# Single line comments start with a hash.
# Single line comments start with a number symbol.


#### Perl variable types
Expand Down
2 changes: 1 addition & 1 deletion python.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to Python 2.x. Look for another tour of Python 3 soon!

```python

# Single line comments start with a hash.
# Single line comments start with a number symbol.

""" Multiline strings can be written
using three "'s, and are often used
Expand Down
2 changes: 1 addition & 1 deletion r.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ R is a statistical computing language. It has lots of libraries for uploading an

```python

# Comments start with hashtags.
# Comments start with number symbols.

# You can't make a multi-line comment per se,
# but you can stack multiple comments like so.
Expand Down

0 comments on commit 777c333

Please sign in to comment.