fix a typo in comment

`inplementation` --> `implementation`
This commit is contained in:
Johnny Chen 2019-04-05 19:19:30 +08:00 committed by GitHub
parent 4626f7568c
commit a300376f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,8 @@ function Base.show(io::IO, c::Chain)
end end
# This is a temporary and naive inplementation # This is a temporary and naive implementation
# it might be replaced in the future to get better performance # it might be replaced in the future for better performance
# see issue https://github.com/FluxML/Flux.jl/issues/702 # see issue https://github.com/FluxML/Flux.jl/issues/702
# Johnny Chen -- @johnnychen94 # Johnny Chen -- @johnnychen94
""" """