Skip to content

Commit a056a95

Browse files
Add period at end of sentence
1 parent 2086404 commit a056a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/models/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ model = CustomModel(chain)
3030
model(rand(10))
3131
```
3232

33-
For an intro to Flux and automatic differentiation, see this [tutorial](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html)
33+
For an intro to Flux and automatic differentiation, see this [tutorial](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html).
3434

3535
## Customising Parameter Collection for a Model
3636

0 commit comments

Comments
 (0)