Skip to content

Commit 471f5e8

Browse files
committed
minor improvements
1 parent 1900780 commit 471f5e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

R/guide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ check_guide <- function(guide) {
7878
}))
7979
) {
8080
rlang::abort(
81-
"The spreadsheet guide must contain the '.template' element with at least a version key."
81+
"The spreadsheet guide must contain the '.template' element with the template version."
8282
)
8383
}
8484

R/utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ kvlist_to_table <- function(kvlist, guide, reverse.translate = TRUE) {
2727
}
2828

2929
#' @title Using stars to indicate rejected values
30+
3031
#' @param x A character vector
3132
#' @description
3233
#' If a template uses the convention of putting a star in front of or behind

0 commit comments

Comments
 (0)