Explorar o código

Update benchmark/prompts/cpp.md

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Chris Estreich hai 9 meses
pai
achega
e2bdce0961
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      benchmark/prompts/cpp.md

+ 1 - 1
benchmark/prompts/cpp.md

@@ -12,6 +12,6 @@ cmake -G "Unix Makefiles" -DEXERCISM_RUN_ALL_TESTS=1 ..
 make
 ```
 
-Note that running `make` will compile the tests and generate compile time errors. Once the errors are fixed, runningn `make` will build and run the tests.
+Note that running `make` will compile the tests and generate compile time errors. Once the errors are fixed, running `make` will build and run the tests.
 
 Do not alter the test file; it should be run as-is.