Skip to content

Commit 4afe006

Browse files
committed
spelling
1 parent 23fb1da commit 4afe006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/learners/static_algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ rejected(model::FancySelectorFitted) = model.rejected
110110
LearnAPI.fit(learner::FancySelector; verbosity=LearnAPI.default_verbosity()) =
111111
FancySelectorFitted(learner)
112112

113-
# output the filtered table and add `rejected` field to model (mutatated!)
113+
# output the filtered table and add `rejected` field to model (mutated!)
114114
function LearnAPI.transform(model::FancySelectorFitted, X)
115115
table = Tables.columntable(X)
116116
names = Tables.columnnames(table)

0 commit comments

Comments
 (0)