From 911101d90e4ac3b2a6985abe9527a968b21528dd Mon Sep 17 00:00:00 2001 From: Noah Greifer Date: Tue, 17 Feb 2026 17:12:32 -0500 Subject: [PATCH] Fix typos in documentation comments --- R/docs.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/docs.R b/R/docs.R index 10a1bd10ef..9011426aa9 100644 --- a/R/docs.R +++ b/R/docs.R @@ -87,10 +87,10 @@ NULL #' instead of a standard package, so installing `user/pkgB` satisfies both #' requirements. #' -#' Note that that `cran::pkgB` and `user/pkgB` requirements result a +#' Note that the `cran::pkgB` and `user/pkgB` requirements result in a #' conflict that pak cannot resolve. This is because the first one _must_ #' be a CRAN package, and the second one _must_ be a GitHub package, and -#' two different packages with the same cannot be installed into an R +#' two different packages with the same name cannot be installed into an R #' package library. #' #' @name The dependency solver