Fix typos in docs (#127)

* Fix typos in docs

Use "Acknowledgments" everywhere for consistency.

* amend! Fix typos in docs

Fix typos in docs

Use "Acknowledgements" everywhere for consistency.
This commit is contained in:
tocic
2022-09-19 12:53:00 +03:00
committed by GitHub
parent 0ac87736f8
commit 89852794ca
8 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ Distributed under the Boost Software License, Version 1.0.
[section Overview]
The header <boost/core/use_default.hpp> provides the type `boost::use_default`
which is used by other Boost libraries as a sentinel type in a templates to
which is used by other Boost libraries as a sentinel type in templates to
indicate defaults.
[endsect]