Skip to content

Commit 4d53e3c

Browse files
committed
typo
1 parent 15340c1 commit 4d53e3c

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
@@ -198,7 +198,7 @@ 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 are methods that have an algorithm as the solve
201+
make specific promises of behavior. They are methods that have an algorithm as the sole
202202
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

0 commit comments

Comments
 (0)