diff --git a/examples/translation.jl b/examples/translation.jl index 1e93bfb7..df2559cb 100644 --- a/examples/translation.jl +++ b/examples/translation.jl @@ -3,7 +3,7 @@ using Flux using Flux: flip -# A recurrent model which takes a token and returns a context-depedent +# A recurrent model which takes a token and returns a context-dependent # annotation. @net type Encoder