From 90bf76729a735973ba0ac880f9bbe0422a997f88 Mon Sep 17 00:00:00 2001 From: Paul Jurczak Date: Wed, 20 Dec 2023 23:56:38 -0700 Subject: [PATCH] Correct a typo in setup.md --- doc/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.md b/doc/setup.md index 35485dc595..42ea4d386e 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -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- -o output