[rkward] packages/rkwarddev/R: typo
m.eik michalke
meik.michalke at uni-duesseldorf.de
Sun Oct 25 16:24:11 UTC 2015
Git commit 6ad0fe940fe0061b5b023d3969deb4b1b9119dd7 by m.eik michalke.
Committed on 25/10/2015 at 14:55.
Pushed by meikm into branch 'master'.
typo
M +1 -1 packages/rkwarddev/R/ite.R
http://commits.kde.org/rkward/6ad0fe940fe0061b5b023d3969deb4b1b9119dd7
diff --git a/packages/rkwarddev/R/ite.R b/packages/rkwarddev/R/ite.R
index 8b0115d..552cccd 100644
--- a/packages/rkwarddev/R/ite.R
+++ b/packages/rkwarddev/R/ite.R
@@ -18,7 +18,7 @@
#' Generate JavaScript if/then/else constructs
#'
-#' @param ifjs Either a character string to be placed in the brackets if an \code{if()} statement,
+#' @param ifjs Either a character string to be placed in the brackets of an \code{if()} statement,
#' or an object of class \code{XiMpLe.node}. \code{rk.JS.arr} or \code{rk.JS.opt} (whose identifier will be used).
#' @param thenjs Either a character string, the code to be executed in case the \code{if()} statement is true,
#' or an object of class \code{XiMpLe.node}. \code{rk.JS.arr} or \code{rk.JS.opt} (whose identifier will be used).
More information about the rkward-tracker
mailing list