Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Nov 2, 2024
1 parent 33f228e commit f30880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/anatomy_of_an_implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ nothing # hide
```

The last trait, `functions`, returns a list of all LearnAPI.jl methods that can be
meaninfully applied to the learner or associated model. See [`LearnAPI.functions`](@ref)
meaningfully applied to the learner or associated model. See [`LearnAPI.functions`](@ref)
for a checklist. [`LearnAPI.functions`](@ref) and [`LearnAPI.constructor`](@ref), are the
only universally compulsory traits. However, it is worthwhile studying the [list of all
traits](@ref traits_list) to see which might apply to a new implementation, to enable
Expand Down

0 comments on commit f30880d

Please sign in to comment.