Skip to content

Commit baec9a4

Browse files
committed
correct glue newline markup (closes #1076)
1 parent 9533e48 commit baec9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/aaa_models.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ set_env_val <- function(name, value) {
9999

100100
error_set_object <- function(object, func) {
101101
msg <-
102-
"`{func}()` expected a model specification to be supplied to the \
102+
"`{func}()` expected a model specification to be supplied to the \\
103103
`object` argument, but received a(n) `{class(object)[1]}` object."
104104

105105
if (inherits(object, "function") &&

0 commit comments

Comments
 (0)