From be926184730e3c6384e95f60f048eb02fd9b85c0 Mon Sep 17 00:00:00 2001 From: matsueushi Date: Tue, 14 Apr 2020 00:12:06 -0400 Subject: [PATCH] Fix doc indent --- src/optimise/train.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optimise/train.jl b/src/optimise/train.jl index 98ef8fd5..ade8e862 100644 --- a/src/optimise/train.jl +++ b/src/optimise/train.jl @@ -4,7 +4,7 @@ import Zygote: Params, gradient """ - update!(x, x̄) + update!(x, x̄) Update the array `x` according to `x .-= x̄`. """