Skip to content

Commit 64b9481

Browse files
committed
code comment typo
1 parent 140fb7b commit 64b9481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resampling.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ API.@trait(
118118
MLJBase._actual_operations(nothing,
119119
[LogLoss(), ], dummy_interval, 1))
120120

121-
# model not have a valid `prediction_type`:
121+
# model does not have a valid `prediction_type`:
122122
@test_throws(
123123
MLJBase.ERR_UNSUPPORTED_PREDICTION_TYPE,
124124
MLJBase._actual_operations(nothing, [LogLoss(),], GoofyTransformer(), 0),

0 commit comments

Comments
 (0)