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