From 511acafac847aa4fc5248b19f8279a457e9f15d7 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 6 Jan 2017 11:28:44 -0600 Subject: corrections to documentation, imports, NAMESPACE --- R/util.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/util.R') 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 -- cgit