Skip to content

Commit dd0799e

Browse files
committed
doc tweak
1 parent 6adca0b commit dd0799e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/anatomy_of_an_implementation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ A transformer ordinarily implements `transform` instead of
2525
then an implementation must: (i) overload [`obs`](@ref) to articulate how
2626
provided data can be transformed into a form that does support
2727
this interface, as illustrated below under
28-
[Providing an advanced data interface](@ref); or (ii) overload the trait
28+
[Providing an advanced data interface](@ref), and which may additionally
29+
enable certain performance benefits; or (ii) overload the trait
2930
[`LearnAPI.data_interface`](@ref) to specify a more relaxed data
3031
API.
3132

0 commit comments

Comments
 (0)