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
1 changed files with 2 additions and 2 deletions

View File

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