summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro Dantas <ribeirodantasdm@gmail.com>2023-03-13 01:22:02 -0300
committerGitHub <noreply@github.com>2023-03-13 01:22:02 -0300
commitb226b5ce99ef05c1bf0d6d23b6fc88a34d837a3a (patch)
treebade5825e4266d9475d00d95751d1f0007534664
parentfbaa905e23f26d20b37a3886dd8e07cd6edb8680 (diff)
parent0aede01381c87cac7553c386f153593b89978b15 (diff)
Merge pull request #4616 from kintrix007/master
[r/en] Specified what "number symbol" is
-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.