From 96d5196a257e7f52d583d9f7f4cde7af81e7c517 Mon Sep 17 00:00:00 2001 From: David Gohel Date: Wed, 14 Aug 2024 12:29:59 +0200 Subject: [PATCH] doc: minor updates ci skip --- R/read_pptx.R | 2 +- man/print.rpptx.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/read_pptx.R b/R/read_pptx.R index fe4a7336..5f5c88e1 100644 --- a/R/read_pptx.R +++ b/R/read_pptx.R @@ -88,7 +88,7 @@ read_table_style <- function(path){ #' @param target path to the pptx file to write #' @param ... unused #' @examples -#' # write a rdocx object in a docx file ---- +#' # write a rdocx object in a pptx file ---- #' file <- tempfile(fileext = ".pptx") #' doc <- read_pptx() #' print(doc, target = file) diff --git a/man/print.rpptx.Rd b/man/print.rpptx.Rd index f7629886..19a9d9f7 100644 --- a/man/print.rpptx.Rd +++ b/man/print.rpptx.Rd @@ -19,7 +19,7 @@ with an object of class 'rpptx' (created with \code{\link[=read_pptx]{read_pptx()}}). } \examples{ -# write a rdocx object in a docx file ---- +# write a rdocx object in a pptx file ---- file <- tempfile(fileext = ".pptx") doc <- read_pptx() print(doc, target = file)