Skip to content

Commit d743d7d

Browse files
committed
typo
1 parent 3929714 commit d743d7d

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
@@ -500,7 +500,7 @@ declaration.
500500

501501
³ The last index must be the observation index.
502502

503-
⁴ The `data = (X, y)` pattern implemented here is not only supported pattern. For,
503+
⁴ The `data = (X, y)` pattern implemented here is not the only supported pattern. For,
504504
example, `data` might be a single table containing both features and target variable. In
505505
this case, it will be necessary to overload [`LearnAPI.features`](@ref) in addition to
506506
[`LearnAPI.target`](@ref); the name of the target column would need to be a hyperparameter

0 commit comments

Comments
 (0)