Skip to content

Commit 6f436ef

Browse files
committed
tweak a docstring
1 parent bec86e4 commit 6f436ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/accessor_functions.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ is `true`.
3232
# New implementations
3333
3434
Implementation is compulsory for new learner types. The behaviour described above is the
35-
only contract. $(DOC_IMPLEMENTED_METHODS(":(LearnAPI.learner)"))
35+
only contract. You must include `:(LearnAPI.learner)` in the return value of
36+
[`LearnAPI.functions(learner)`](@ref).
3637
3738
"""
3839
function learner end

0 commit comments

Comments
 (0)