Skip to content

Commit aabdfa5

Browse files
committed
typo
1 parent f2d4df8 commit aabdfa5

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
@@ -20,7 +20,7 @@ A transformer ordinarily implements `transform` instead of
2020

2121
By default, it is assumed that `data` supports the [`LearnAPI.RandomAccess`](@ref)
2222
interface; this includes all matrices, with observations-as-columns, most tables, and
23-
tuples thereof). See [`LearnAPI.RandomAccess`](@ref) for details. If this is not the
23+
tuples thereof. See [`LearnAPI.RandomAccess`](@ref) for details. If this is not the
2424
case then an implementation must either:
2525

2626
If the `data` object consumed by `fit`, `predict`, or `transform` is not

0 commit comments

Comments
 (0)