From d2dc7f9d0af84911134243dd30b7d7943042ab61 Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Thu, 20 Jul 2023 14:41:25 +0300 Subject: [PATCH] spelling --- man/minimaxEval.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/minimaxEval.Rd b/man/minimaxEval.Rd index 88f4628..032b406 100644 --- a/man/minimaxEval.Rd +++ b/man/minimaxEval.Rd @@ -17,7 +17,8 @@ minimaxEval(x, mmA) \item{mmA}{a \code{"minimaxApprox"} return object} } \details{ -This is a convenience function to evalute the approximation at supplied \code{x}. +This is a convenience function to evaluate the approximation at supplied +\code{x}. } \value{ A vector of the same length as \code{x} containing the approximation values.