summaryrefslogtreecommitdiffhomepage
path: root/r.html.markdown
diff options
context:
space:
mode:
authorkintrix <60898798+kintrix007@users.noreply.github.com>2023-03-09 14:38:40 +0100
committerGitHub <noreply@github.com>2023-03-09 14:38:40 +0100
commit0aede01381c87cac7553c386f153593b89978b15 (patch)
treebade5825e4266d9475d00d95751d1f0007534664 /r.html.markdown
parentfbaa905e23f26d20b37a3886dd8e07cd6edb8680 (diff)
Update r.html.markdown
Diffstat (limited to 'r.html.markdown')
-rw-r--r--r.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/r.html.markdown b/r.html.markdown
index 2746d1eb..a063cc2f 100644
--- a/r.html.markdown
+++ b/r.html.markdown
@@ -12,7 +12,7 @@ R is a statistical computing language. It has lots of libraries for uploading an
```r
-# Comments start with number symbols.
+# Comments start with hash signs, also known as number symbols (#).
# You can't make multi-line comments,
# but you can stack multiple comments like so.