Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirandreww committed Jan 29, 2024
1 parent de09810 commit def632c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ cargo test

### Using g++ for linking

There are situations, when runing with a different g++ compiler than the one that `PATH` points to where the C++ standard library would not be found.
There are situations, when running with a different g++ compiler than the one that `PATH` points to where the C++ standard library would not be found.
To fix this, you need to tell rust compiler to link with the same version directly.

Run these commands in order:
Expand Down

0 comments on commit def632c

Please sign in to comment.