Skip to content

Commit c0ac40e

Browse files
committed
Fix remarks and build errors.
1 parent efa9790 commit c0ac40e

File tree

3 files changed

+947
-928
lines changed

3 files changed

+947
-928
lines changed

docs/cpp2/metafunctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ main: () = {
369369

370370
#### `autodiff`
371371

372-
A `autodiff` type is extended so that derivatives can be computed. The metafunction adds for each function and member function a differentiated version. **This is a proof of concept implementation. Expect it to break.**
372+
An `autodiff` type is extended so that derivatives can be computed. The metafunction adds for each function and member function a differentiated version. **This is a proof of concept implementation. Expect it to break.**
373373
A simple hello diff example is:
374374
```
375375
ad: @autodiff type = {

0 commit comments

Comments
 (0)