From ea64dc12877f7599c22f00008bdf66720db21a5e Mon Sep 17 00:00:00 2001 From: Chantel Wetzel - NOAA Federal Date: Fri, 13 Dec 2024 11:15:30 -0800 Subject: [PATCH] fix typo --- R/run_sdmtmb.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/run_sdmtmb.R b/R/run_sdmtmb.R index 95b5db6..3014d1f 100644 --- a/R/run_sdmtmb.R +++ b/R/run_sdmtmb.R @@ -15,7 +15,7 @@ #' @param sdmtmb_control Optional list, in the format of [sdmTMB::sdmTMBcontrol()]. #' By default, this is includes 3 newton loops #' @param ... Optional arguments passed to [sdmTMB::sdmTMB()]. Note that users -#' cannot pass `anisotropy` because this are set +#' cannot pass `anisotropy` because this is set #' internal to this function, where `anisotropy = TRUE` because the coastline #' of the western coastline of the U.S.A. is not perpendicular to the country #' and three newton loops are specified in the control parameters.