Skip to content

Commit c174c92

Browse files
authored
missing doctest fence in #83
1 parent a2c1b7d commit c174c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Optimisers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ julia> m # original should be discarded, may be mutated but no guarantee
157157
158158
julia> t # original state should likewise be discarded
159159
(x = Leaf(Momentum{Float64}(0.0333333, 0.9), Float32[0.333333, 0.466667]), y = Leaf(Momentum{Float64}(0.0333333, 0.9), Float32[0.0, 0.0]))
160+
```
160161
"""
161162
update!
162163

0 commit comments

Comments
 (0)