Skip to content

Commit

Permalink
fix: assert_terminators
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Mar 14, 2024
1 parent feca032 commit b54eb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/assertions.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ assert_terminator = function(terminator, instance = NULL) {
#' @param terminators (list of [Terminator]).
#' @rdname bbotk_assertions
assert_terminators = function(terminators) {
invisible(lapply(terminators, asseert_terminator))
invisible(lapply(terminators, assert_terminator))
}

#' @export
Expand Down

0 comments on commit b54eb47

Please sign in to comment.