Skip to content

Commit f64ad4a

Browse files
committed
Fix documentation generation error
1 parent 0bd8849 commit f64ad4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ derivative(expr, wrt::DiffMatic.Monomial)
88
gradient(expr, wrt::DiffMatic.Monomial)
99
jacobian(expr, wrt::DiffMatic.Monomial)
1010
hessian(expr, wrt::DiffMatic.Monomial)
11-
to_std_string(expr)
11+
to_std(expr)
1212
```

0 commit comments

Comments
 (0)