Skip to content

Commit ce4d5c7

Browse files
authored
Merge pull request #2623 from rust-lang/autodiff-typo
fix typo in autodiff docs
2 parents 02b36c5 + 9a4beb4 commit ce4d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autodiff/internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The detailed documentation for the `std::autodiff` module is available at [std::
2020
Differentiable programming is used in various fields like numerical computing, [solid mechanics][ratel], [computational chemistry][molpipx], [fluid dynamics][waterlily] or for Neural Network training via Backpropagation, [ODE solver][diffsol], [differentiable rendering][libigl], [quantum computing][catalyst], and climate simulations.
2121

2222
[ratel]: https://gitlab.com/micromorph/ratel
23-
[molpipx]: https://arxiv.org/abs/2411.17011v
23+
[molpipx]: https://arxiv.org/abs/2411.17011
2424
[waterlily]: https://github.com/WaterLily-jl/WaterLily.jl
2525
[diffsol]: https://github.com/martinjrobins/diffsol
2626
[libigl]: https://github.com/alecjacobson/libigl-enzyme-example?tab=readme-ov-file#run

0 commit comments

Comments
 (0)