Skip to content

Commit 43a1ef5

Browse files
committed
typo
1 parent 56bea37 commit 43a1ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/anatomy_of_an_implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ predictions.
198198
## Algorithm traits
199199

200200
Algorithm [traits](@ref traits) record extra generic information about an algorithm, or
201-
make specific promises of behavior. They usually have an algorithm as the single argument,
202-
and so we regard [`LearnAPI.constructor`](@ref) defined above as a trait.
201+
make specific promises of behavior. They are methods that have an algorithm as the solve
202+
argument, and so we regard [`LearnAPI.constructor`](@ref) defined above as a trait.
203203

204204
Because we have implemented `predict`, we are required to overload the
205205
[`LearnAPI.kinds_of_proxy`](@ref) trait. Because we can only make point predictions of the

0 commit comments

Comments
 (0)