Skip to content

Commit e285d50

Browse files
Update docs/src/models/overview.md
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
1 parent b810b30 commit e285d50

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 [`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):
88+
Under the hood, the Flux [`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):
8989

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

0 commit comments

Comments
 (0)