Skip to content

Commit 232c09e

Browse files
committed
Documentation: Fix typo and show output
1 parent a871e5a commit 232c09e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using DiffMatic
2424
2525
```
2626
Creating an expression:
27-
```jldoctest intro; output = false
27+
```jldoctest intro
2828
expr = x' * A * x
2929
3030
# output
@@ -40,7 +40,7 @@ H = hessian(expr, x)
4040
# output
4141
A₇⁶ + A⁶₇
4242
```
43-
Convert the gradientinto standard notation using `to_std_string`:
43+
Convert the gradient into standard notation using `to_std_string`:
4444
```jldoctest intro
4545
to_std_string(g)
4646

0 commit comments

Comments
 (0)