Skip to content

Commit

Permalink
Update R/backend-mssql.R
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
edward-burn and simonpcouch authored Oct 16, 2024
1 parent 8092731 commit 03a41fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/backend-mssql.R
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ simulate_mssql <- function(version = "15.0") {

check_dots_empty()
if (precision != "day") {
cli::cli_abort('The only supported value for {.arg precision} on SQL backends is "day"')
cli_abort("{.arg precision} must be {.val day} on SQL backends.")
}
if (n != 1) {
cli::cli_abort('The only supported value for {.arg n} on SQL backends is "1"')
Expand Down

0 comments on commit 03a41fe

Please sign in to comment.