Skip to content

Commit f30880d

Browse files
committed
typo
1 parent 33f228e commit f30880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/anatomy_of_an_implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ nothing # hide
242242
```
243243

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

0 commit comments

Comments
 (0)