Skip to content

Commit 3c83308

Browse files
committed
fix
1 parent a851917 commit 3c83308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
# add example code, if valid
118118
if (!is.null(by_vars)) {
119119
msg <- c(
120-
paste0(msg, "You may try following:"),
120+
paste(msg, "You may try following:"),
121121
insight::color_text(code_snippet, "green"),
122122
"\n"
123123
)

0 commit comments

Comments
 (0)