diff options
author | Adam Bard <github@adambard.com> | 2014-04-14 12:15:40 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-04-14 12:15:40 -0700 |
commit | 1afd1ac857b3da096a599bb1609634053a5e2e7e (patch) | |
tree | 1ebdbfbc196c02dcc1257dd935f92599b0d7c413 /r.html.markdown | |
parent | d2f6623cf67468d502fb4c243931687a879c5813 (diff) | |
parent | 777c333ff078a7095f9b7ac303829b249f499b21 (diff) |
Merge pull request #591 from lyska/no-hashtags
Remove references to hash and hashtag in favor of number symbol
Diffstat (limited to 'r.html.markdown')
-rw-r--r-- | r.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/r.html.markdown b/r.html.markdown index 9c17e8ca..ea94ae42 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -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. |