From 4b6370247d3e75b3de5d0c40a6a704009aabd6c8 Mon Sep 17 00:00:00 2001 From: John E Date: Tue, 25 Aug 2026 14:34:45 -0400 Subject: [PATCH 1/2] docs: fix a typo Signed-off-by: John E --- R/content.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/content.R b/R/content.R index 0a9796a0..39397b1d 100644 --- a/R/content.R +++ b/R/content.R @@ -35,7 +35,7 @@ Content <- R6::R6Class( self$connect$GET(url) }, #' @description Download the source archive for a content bundle. - #' @param bundle_id The bundle identifer. + #' @param bundle_id The bundle identifier. #' @param filename Where to write the result. #' @param overwrite Overwrite an existing filename. bundle_download = function( @@ -58,7 +58,7 @@ Content <- R6::R6Class( return(filename) }, #' @description Delete a content bundle. - #' @param bundle_id The bundle identifer. + #' @param bundle_id The bundle identifier. bundle_delete = function(bundle_id) { url <- v1_url("content", self$content$guid, "bundles", bundle_id) self$connect$DELETE(url) From c70d07d759ed3fb2103b09ce6c040246502f326c Mon Sep 17 00:00:00 2001 From: John E Date: Wed, 26 Aug 2026 08:28:11 -0400 Subject: [PATCH 2/2] only updated man page Signed-off-by: John E --- man/Content.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/Content.Rd b/man/Content.Rd index 8d564492..5e33918c 100644 --- a/man/Content.Rd +++ b/man/Content.Rd @@ -134,7 +134,7 @@ Other R6 classes: \subsection{Arguments}{ \if{html}{\out{
}} \describe{ - \item{\code{bundle_id}}{The bundle identifer.} + \item{\code{bundle_id}}{The bundle identifier.} \item{\code{filename}}{Where to write the result.} \item{\code{overwrite}}{Overwrite an existing filename.} } @@ -155,7 +155,7 @@ Other R6 classes: \subsection{Arguments}{ \if{html}{\out{
}} \describe{ - \item{\code{bundle_id}}{The bundle identifer.} + \item{\code{bundle_id}}{The bundle identifier.} } \if{html}{\out{
}} }