Skip to content

Commit dcf3f70

Browse files
committed
fixed typo
1 parent b2f7761 commit dcf3f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/checkStuff.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ checkStuff = function(fun, par.set, design, learner, control) {
3636

3737
# general parameter and learner checks
3838
if (any(vlapply(par.set$pars, inherits, what = "LearnerParam")))
39-
stop("No parameter can be of class 'LearnerParam'! Use basic parameters instead to describe you region of interest!")
39+
stop("No parameter can be of class 'LearnerParam'! Use basic parameters instead to describe your region of interest!")
4040

4141
if (!hasFiniteBoxConstraints(par.set))
4242
stop("mbo requires finite box constraints!")

0 commit comments

Comments
 (0)