We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15340c1 commit 4d53e3cCopy full SHA for 4d53e3c
docs/src/anatomy_of_an_implementation.md
@@ -198,7 +198,7 @@ predictions.
198
## Algorithm traits
199
200
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
+make specific promises of behavior. They are methods that have an algorithm as the sole
202
argument, and so we regard [`LearnAPI.constructor`](@ref) defined above as a trait.
203
204
Because we have implemented `predict`, we are required to overload the
0 commit comments