Skip to content

Commit 6242737

Browse files
committed
typo
1 parent c71298e commit 6242737

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
@@ -485,7 +485,7 @@ interfaces](@ref data_interfaces) for details.
485485

486486
As above, we add a signature which plays no role vis-à-vis LearnAPI.jl.
487487

488-
```@exammple anatomy2
488+
```@example anatomy2
489489
LearnAPI.fit(algorithm::Ridge, X, y; kwargs...) = fit(algorithm, (X, y); kwargs...)
490490
```
491491

0 commit comments

Comments
 (0)