Skip to content

Commit

Permalink
Fix typo in docs (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley authored Jun 29, 2024
1 parent b2d37cc commit 178ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ You should be aware of two incompatibilities in particular:
achieved by appropriately setting the `_GLIBCXX_USE_CXX11_ABI` macro.

This means that when building with GCC a C++ library or program which exposes
the `std::string` ABI, you must make sure that the user whill run a binary
the `std::string` ABI, you must make sure that the user will run a binary
matching their `std::string` ABI. You can manually specify the `std::string`
ABI in the `compiler_abi` part of the platform, but `BinaryBuilder` lets you
automatically expand the list of platform to include an entry for the C++03
Expand Down

0 comments on commit 178ba22

Please sign in to comment.