diff options
author | Adam <adam@adambard.com> | 2014-09-08 13:08:28 +0200 |
---|---|---|
committer | Adam <adam@adambard.com> | 2014-09-08 13:08:28 +0200 |
commit | eab554a7a7f2869ff7dac9f54acce9a7ed55cfa4 (patch) | |
tree | 6aa56adb4c78581ad7b6dbb13b5aef0968df8384 /r.html.markdown | |
parent | c0d8a18b08d114dd0142a09f6787c7221b423802 (diff) |
Review docs for added rouge lexers and update those with new highlighters
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 b59fc29c..7cb56fd7 100644 --- a/r.html.markdown +++ b/r.html.markdown @@ -8,7 +8,7 @@ filename: learnr.r R is a statistical computing language. It has lots of libraries for uploading and cleaning data sets, running statistical procedures, and making graphs. You can also run `R` commands within a LaTeX document. -```python +```r # Comments start with number symbols. |