Skip to content

Commit 9b1941c

Browse files
committed
Fix one more typo
1 parent e063027 commit 9b1941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/any.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ make the `Boost::any` CMake target provide it. After that an explicit usage of C
248248
[any_module_example]
249249

250250
The `Boost::any` CMake target gives an ability to mix includes and imports of the library in different translation units. Moreover,
251-
if `BOOST_USE_MODULES` macro is defined then all the `boost/any...` includes implicilty do `import boost.any;` to give all the
251+
if `BOOST_USE_MODULES` macro is defined then all the `boost/any...` includes implicitly do `import boost.any;` to give all the
252252
benefits of modules without changing the existing code.
253253

254254
[note For better compile times make sure that `import std;` is available when building the `boost.any` module (in CMake logs there should be

0 commit comments

Comments
 (0)