diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-18 12:03:45 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-18 12:03:45 -0500 |
commit | d96104a33abb30ce9b4299012188c265157498a1 (patch) | |
tree | 50f73e4861a4fcda31ab57d53c08bbc100a02948 | |
parent | 024818d84448139d6958c65273f96f7bc69b09d0 (diff) | |
parent | 06253d40c50de8476719e2726c284e7ea9b3da39 (diff) |
Merge pull request #1548 from bharrisau/patch-2
Update r.html.markdown
-rw-r--r-- | r.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/r.html.markdown b/r.html.markdown index 93751df5..8896c5b0 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -15,7 +15,8 @@ R is a statistical computing language. It has lots of libraries for uploading an # You can't make multi-line comments, # but you can stack multiple comments like so. -# in Windows or Mac, hit COMMAND-ENTER to execute a line +# in Windows you can use CTRL-ENTER to execute a line. +# on Mac it is COMMAND-ENTER |