Skip to content

Commit ec3223c

Browse files
committed
typos
1 parent b5cdd78 commit ec3223c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/predict_transform.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Implementation is optional. Only the first signature is implemented, but each
9797
`kind_of_proxy` that gets an implementation must be added to the list returned by
9898
[`LearnAPI.kinds_of_proxy`](@ref).
9999
100-
$(DOC_IMPLEMENTED_METHODS(":predict"))
100+
$(DOC_IMPLEMENTED_METHODS(":(LearnAPI.predict)"))
101101
102102
$(DOC_MINIMIZE(:predict))
103103
@@ -160,7 +160,7 @@ See also [`fit`](@ref), [`predict`](@ref),
160160
# New implementations
161161
162162
Implementation for new LearnAPI.jl algorithms is optional. A fallback provides the
163-
slurping version. $(DOC_IMPLEMENTED_METHODS(":transform"))
163+
slurping version. $(DOC_IMPLEMENTED_METHODS(":(LearnAPI.transform)"))
164164
165165
$(DOC_MINIMIZE(:transform))
166166
@@ -196,7 +196,7 @@ See also [`fit`](@ref), [`transform`](@ref), [`predict`](@ref).
196196
197197
# New implementations
198198
199-
Implementation is optional. $(DOC_IMPLEMENTED_METHODS(":inverse_transform"))
199+
Implementation is optional. $(DOC_IMPLEMENTED_METHODS(":(LearnAPI.inverse_transform)"))
200200
201201
$(DOC_MINIMIZE(:inverse_transform))
202202

0 commit comments

Comments
 (0)