Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.6 5d7f2b18e -> 3db0b8f6d


minor doc fix for r.md

### What is this PR for?
straightforward doc fix

### What type of PR is it?
[Documentation]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira created as it is very trival.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <[email protected]>

Closes #1268 from zjffdu/r_doc_fix and squashes the following commits:

105fead [Jeff Zhang] minor doc fix for r.md

(cherry picked from commit 6b6f1cb76cb2c9701a3accb3a4ee365d6566eb7a)
Signed-off-by: Mina Lee <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/3db0b8f6
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/3db0b8f6
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/3db0b8f6

Branch: refs/heads/branch-0.6
Commit: 3db0b8f6d495896610ec416de81f41af08bef159
Parents: 5d7f2b1
Author: Jeff Zhang <[email protected]>
Authored: Wed Aug 3 07:51:07 2016 +0800
Committer: Mina Lee <[email protected]>
Committed: Wed Aug 3 11:56:43 2016 +0900

----------------------------------------------------------------------
 docs/interpreter/r.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3db0b8f6/docs/interpreter/r.md
----------------------------------------------------------------------
diff --git a/docs/interpreter/r.md b/docs/interpreter/r.md
index dce8bd1..c03e548 100644
--- a/docs/interpreter/r.md
+++ b/docs/interpreter/r.md
@@ -104,7 +104,7 @@ And vice versa:
 
 * The `knitr` environment is persistent. If you run a chunk from Zeppelin that 
changes a variable, then run the same chunk again, the variable has already 
been changed.  Use immutable variables.
 
-* (Note that `%spark.r` and `$r` are two different ways of calling the same 
interpreter, as are `%spark.knitr` and `%knitr`. By default, Zeppelin puts the 
R interpreters in the `%spark.` Interpreter Group.
+* (Note that `%spark.r` and `%r` are two different ways of calling the same 
interpreter, as are `%spark.knitr` and `%knitr`. By default, Zeppelin puts the 
R interpreters in the `%spark.` Interpreter Group.
 
 * Using the `%r` interpreter, if you return a data.frame, HTML, or an image, 
it will dominate the result. So if you execute three commands, and one is 
`hist()`, all you will see is the histogram, not the results of the other 
commands. This is a Zeppelin limitation.
 

Reply via email to