Updated docs again.

This commit is contained in:
Michael Green 2019-04-20 11:22:48 +02:00
parent a5c34e8325
commit 934f7f932d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ If you use the `RNN(10, 5)` constructor as opposed to `RNNCell` you'll s
```julia
julia> RNN(10, 5)
Recur(RNNCell(Dense(10, 5)))
Recur(RNNCell(10, 5, tanh))
```
## Sequences