Skip to content

Commit 33663ca

Browse files
committed
adjust roxygen2 headers
1 parent dd63903 commit 33663ca

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

R/list.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
#'
33
#' List Quarto Extensions in this folder or project by running `quarto list`
44
#'
5-
#' # Extension Trust
6-
#'
7-
#' Quarto extensions may execute code when documents are rendered. Therefore, if
8-
#' you do not trust the author of an extension, we recommend that you do not
9-
#' install or use the extension.
10-
#'
115
#' @inheritParams quarto_render
126
#'
137
#' @examples

R/update.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#'
1414
#' @inheritParams quarto_render
1515
#'
16-
#' @param extension The extension to install, either an archive or a GitHub
16+
#' @param extension The extension to update, either an archive or a GitHub
1717
#' repository as described in the documentation
1818
#' <https://quarto.org/docs/extensions/managing.html>.
1919
#'

0 commit comments

Comments
 (0)