Skip to content

Commit b810b30

Browse files
Update overview.md
1 parent 067f0b4 commit b810b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/models/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ More accurate predictions will yield a lower loss. You can write your own loss f
8585

8686
## Improve the Prediction
8787

88-
Under the hood, the Flux [`train!`](@ref) function uses *a loss function* and *training data* to improve the *parameters* of your model based on a pluggable [`optimiser`](../training/optimisers.md):
88+
Under the hood, the Flux [`Flux.Optimise.train!`](@ref) function uses *a loss function* and *training data* to improve the *parameters* of your model based on a pluggable [`optimiser`](../training/optimisers.md):
8989

9090
```julia
9191
julia> using Flux: train!

0 commit comments

Comments
 (0)