Skip to content

Commit 5b0a2a7

Browse files
committed
spellcheck
1 parent a8da738 commit 5b0a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ check_order <- function(x, explanatory_variable, order) {
139139
"\"{unique_ex[1]}\" - \"{unique_ex[2]}\". To specify the ",
140140
"order yourself, provide `order = c(\"{unique_ex[1]}\", ",
141141
"\"{unique_ex[2]}\")` (to subtract in the order ",
142-
"\"{unique_ex[1]}\" - \"{unique_ex[2]}\" to the calculate() function."
142+
"\"{unique_ex[1]}\" - \"{unique_ex[2]}\") to the calculate() function."
143143
)
144144
} else {
145145
if (xor(is.na(order[1]), is.na(order[2]))) {

0 commit comments

Comments
 (0)