Skip to content

Commit 178ba22

Browse files
authored
Fix typo in docs (#1329)
1 parent b2d37cc commit 178ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ You should be aware of two incompatibilities in particular:
180180
achieved by appropriately setting the `_GLIBCXX_USE_CXX11_ABI` macro.
181181

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

0 commit comments

Comments
 (0)