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:
bors[bot] 2020-04-14 04:20:30 +00:00 committed by GitHub
commit 32e2435729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import Zygote: Params, gradient
"""
update!(x, )
update!(x, )
Update the array `x` according to `x .-= x̄`.
"""