Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docs #1329

Merged
merged 1 commit into from
Jun 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading