Skip to content

Commit d700a0b

Browse files
Add missing period at the end of sentence (#4227)
1 parent 9741da5 commit d700a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/fortify.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fortify.grouped_df <- function(model, data, ...) {
4141
fortify.default <- function(model, data, ...) {
4242
msg <- paste0(
4343
"`data` must be a data frame, or other object coercible by `fortify()`, ",
44-
"not ", obj_desc(model)
44+
"not ", obj_desc(model), "."
4545
)
4646
if (inherits(model, "uneval")) {
4747
msg <- paste0(

0 commit comments

Comments
 (0)