Skip to content

Commit 26cecc4

Browse files
Emphasize 'no extension' in name= description of ?build_article (#2903)
Co-authored-by: Jay Hesselberth <jay.hesselberth@gmail.com>
1 parent 48b8046 commit 26cecc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/build-article.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#' @export
33
#' @rdname build_articles
44
#' @param name Name of article to render. This should be either a path
5-
#' relative to `vignettes/` without extension, or `index` or `README`.
5+
#' relative to `vignettes/` *without extension*, or `index` or `README`.
66
#' @param new_process Build the article in a clean R process? The default,
77
#' `TRUE`, ensures that every article is build in a fresh environment, but
88
#' you may want to set it to `FALSE` to make debugging easier.

man/build_articles.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)