Skip to content

Commit e3c9b93

Browse files
committed
fix typo in the Kinds of Learner docs
1 parent fbc1658 commit e3c9b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ following must hold:
146146
- The ``j``th observation of `ŷ`, for any ``j``, depends only on the ``j``th
147147
observation of the provided `data` (no correlation between observations).
148148
149-
An exception holds in the case that [`LearnAPI.kind_of(learner)`](@ref)` ==
149+
An exception holds in the case that [`LearnAPI.kind_of(learner)`](@ref)` == `
150150
[`LearnAPI.Generative()`](@ref):
151151
152152
- `LearnAPI.predict(model, kind_of_proxy)` consists of a single observation (such as a

0 commit comments

Comments
 (0)