Skip to content

Commit f6487d2

Browse files
committed
fix manual
1 parent 25f639a commit f6487d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ generally requires overloading `Base.==` for the struct.
112112

113113
As previewed in [Anatomy of an Implementation](@ref), different
114114
`fit`/`predict`/`transform` patterns lead to a division of learners into three distinct
115-
kinds, [`LearnAPI.Descriminative()`](@ref), [`LearnAPI.Generative`](@ref), and
116-
[`LearnAPI.Static`](@ref), which is detailed [here](@ref kinds_of_learner). See also
115+
kinds, [`LearnAPI.Descriminative()`](@ref), [`LearnAPI.Generative()`](@ref), and
116+
[`LearnAPI.Static()`](@ref), which is detailed [here](@ref kinds_of_learner). See also
117117
[these workflows](@ref fit_workflows) for concrete examples.
118118

119119

0 commit comments

Comments
 (0)