summaryrefslogtreecommitdiff
path: root/R/util.R
diff options
context:
space:
mode:
authorSuraj Yerramilli2017-01-06 11:28:44 -0600
committerSuraj Yerramilli2017-01-06 11:28:44 -0600
commit511acafac847aa4fc5248b19f8279a457e9f15d7 (patch)
treed47a925d643ef10553717e111268f0baeac146ac /R/util.R
parent1b1809ac7a1b33115dd3c11cc5d60ae04108e898 (diff)
downloadSysID-R-code-511acafac847aa4fc5248b19f8279a457e9f15d7.tar.gz
SysID-R-code-511acafac847aa4fc5248b19f8279a457e9f15d7.tar.bz2
SysID-R-code-511acafac847aa4fc5248b19f8279a457e9f15d7.zip
corrections to documentation, imports, NAMESPACE
Diffstat (limited to 'R/util.R')
-rw-r--r--R/util.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/util.R b/R/util.R
index c2c67f8..bf92808 100644
--- a/R/util.R
+++ b/R/util.R
@@ -3,7 +3,7 @@
#'
#' Assign multiple variables from a list or function return object
#'
-#' @param lhs,rhs the variables to be assingned, and the list or
+#' @param l,r the variables to be assigned, and the list or
#' function return object
#'
#' @export