From a020753eba94bebd93a3f3db37244c39f072fbb0 Mon Sep 17 00:00:00 2001 From: cispy Date: Tue, 23 Apr 2013 11:09:59 -0600 Subject: [PATCH] Updated documentation --- R/maxbound.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/maxbound.R b/R/maxbound.R index 35e1031..fd6481e 100644 --- a/R/maxbound.R +++ b/R/maxbound.R @@ -1,8 +1,8 @@ #' Maxbound Optimization #' #' @param f the function to be optimized -#' @param lo the lower bound -#' @param hi the upper bound +#' @param lo the lower bound. +#' @param hi the upper bound. #' #' @export