Skip to content

Commit

Permalink
Correct a typo in setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljurczak authored Dec 21, 2023
1 parent 634a7a1 commit 90bf767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The resulting HTML files will be available in the `docs` folder inside your buil

## Compilation

To compiel code using **EVE**, use your C++20 aware favorite compiler, for example g++.
To compile code using **EVE**, use your C++20 aware favorite compiler, for example g++.

@verbatim
$ g++ test.cpp -std=c++20 -march=native -O3 -DNDEBUG -I/path/to/install/include/eve-<version> -o output
Expand Down

0 comments on commit 90bf767

Please sign in to comment.