Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 11, 2021
1 parent 300f5c2 commit 010c0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/models/recurrence.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Using these tools, we can now build the model shown in the above diagram with:
```julia
m = Chain(RNN(2, 5), Dense(5, 1))
```
In this example, each output has two components.
In this example, each output has only one component.

## Working with sequences

Expand Down

0 comments on commit 010c0bb

Please sign in to comment.