Skip to content

Commit 010c0bb

Browse files
fix doc
1 parent 300f5c2 commit 010c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/models/recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Using these tools, we can now build the model shown in the above diagram with:
7474
```julia
7575
m = Chain(RNN(2, 5), Dense(5, 1))
7676
```
77-
In this example, each output has two components.
77+
In this example, each output has only one component.
7878

7979
## Working with sequences
8080

0 commit comments

Comments
 (0)