Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChainsaw committed Apr 10, 2022
1 parent 0b85a28 commit f572a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ julia> lazy(ones(Float32, 2, 5)) |> size
(3, 5)
julia> layer(lazy)
Dense(2, 3, relu) # 9 parameters
Dense(2 => 3, relu) # 9 parameters
```
"""
mutable struct LazyMutable <: AbstractMutableComp
Expand Down

0 comments on commit f572a3d

Please sign in to comment.