From 0bf6b1d008695b8b99b39bfbc7b88fd59b0b600a Mon Sep 17 00:00:00 2001 From: John E Date: Fri, 31 Jul 2026 11:20:18 -0400 Subject: [PATCH] docs: fix a typo and update markdown Signed-off-by: John E --- R/collate.R | 2 +- man/update_collate.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/collate.R b/R/collate.R index 50267286..b09e5861 100644 --- a/R/collate.R +++ b/R/collate.R @@ -23,7 +23,7 @@ #' collation order. #' #' `update_collate()` is not not technically a [roclet], like [rd_roclet()] -#' and [namespace_roclet()], because you have to be able to load the pacakge +#' and [namespace_roclet()], because you have to be able to load the package #' before you can process it with roclets. However, because it was historical #' implemented as a roclet, it's still controlled by the `roclets` argument of #' [roxygenize()]. diff --git a/man/update_collate.Rd b/man/update_collate.Rd index 191d1858..1b04274b 100644 --- a/man/update_collate.Rd +++ b/man/update_collate.Rd @@ -32,7 +32,7 @@ run automatically by any package that needs to load your R files in collation order. \code{update_collate()} is not not technically a \link{roclet}, like \code{\link[=rd_roclet]{rd_roclet()}} -and \code{\link[=namespace_roclet]{namespace_roclet()}}, because you have to be able to load the pacakge +and \code{\link[=namespace_roclet]{namespace_roclet()}}, because you have to be able to load the package before you can process it with roclets. However, because it was historical implemented as a roclet, it's still controlled by the \code{roclets} argument of \code{\link[=roxygenize]{roxygenize()}}.