Skip to content

Commit

Permalink
typo correction: "myst" to "must"
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschumacher committed Dec 26, 2014
1 parent 5d1e526 commit e95aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/split_chain.R
Expand Up @@ -34,7 +34,7 @@ split_chain <- function(expr, env)

# Make sure no anonymous functions without parentheses are used.
if (is.call(rhss[[i]]) && identical(rhss[[i]][[1L]], quote(`function`)))
stop("Anonymous functions myst be parenthesized", call. = FALSE)
stop("Anonymous functions must be parenthesized", call. = FALSE)

expr <- expr[[2L]]
i <- i + 1L
Expand Down

0 comments on commit e95aa63

Please sign in to comment.