Skip to content

Commit 45414da

Browse files
authored
Fix typo in Clad project pseudocode (#1674)
1 parent a2c6a19 commit 45414da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gsocproposals/2025/proposal_Clad-STLConcurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An example demonstrating the use of differentiation of codes utilizing paralleli
3131
#include <numeric>
3232
#include <thread>
3333
#include <vector>
34-
#include "clad/Differentiator/Differentiator.h"q
34+
#include "clad/Differentiator/Differentiator.h"
3535
3636
using VectorD = std::vector<double>;
3737
using MatrixD = std::vector<VectorD>;

0 commit comments

Comments
 (0)