diff options
author | Sam Dodrill <shadow.h511@gmail.com> | 2014-04-14 11:04:44 -0700 |
---|---|---|
committer | Sam Dodrill <shadow.h511@gmail.com> | 2014-04-14 11:15:08 -0700 |
commit | 777c333ff078a7095f9b7ac303829b249f499b21 (patch) | |
tree | 1ebdbfbc196c02dcc1257dd935f92599b0d7c413 /perl.html.markdown | |
parent | d2f6623cf67468d502fb4c243931687a879c5813 (diff) |
Remove references to hash and hashtag in favor of number symbol
Diffstat (limited to 'perl.html.markdown')
-rw-r--r-- | perl.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.html.markdown b/perl.html.markdown index ad9155e4..da2e0cdf 100644 --- a/perl.html.markdown +++ b/perl.html.markdown @@ -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 |