Skip to content

Commit 380ca76

Browse files
Update src/optimise/optimisers.jl
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
1 parent b9c94f5 commit 380ca76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimise/optimisers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ for more general scheduling techniques.
613613
614614
# Examples
615615
616-
`ExpDecay` is tipically composed with other optimizers
616+
`ExpDecay` is typically composed with other optimizers
617617
as the last transformation of the gradient:
618618
```julia
619619
opt = Optimiser(ADAM(), ExpDecay())

0 commit comments

Comments
 (0)