Merge #1123
1123: Fix doc indent r=dhairyagandhi96 a=matsueushi Fix [docs for `update!`](https://fluxml.ai/Flux.jl/stable/training/optimisers/#Flux.Optimise.update!). Co-authored-by: matsueushi <matsueushi@gmail.com>
This commit is contained in:
commit
32e2435729
|
@ -4,7 +4,7 @@ import Zygote: Params, gradient
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
update!(x, x̄)
|
update!(x, x̄)
|
||||||
|
|
||||||
Update the array `x` according to `x .-= x̄`.
|
Update the array `x` according to `x .-= x̄`.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue