From 1d1f579396182fff86c3134be64ba4e050a5f3d6 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Tue, 11 Feb 2020 14:16:35 -0500 Subject: [PATCH] Fix typo --- doc/qbk/main.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qbk/main.qbk b/doc/qbk/main.qbk index f4c5feb..08c07d3 100644 --- a/doc/qbk/main.qbk +++ b/doc/qbk/main.qbk @@ -82,7 +82,7 @@ the string itself. The API of `static_string` only diverges from `std::string` in few places, being `substr` for which this implementation returns a string view instead of `static_string`, and certain functions that will never throw are marked as `noexcept`, which diverges from -those of `std::string`. The avaliable overloads for `static_string` are identical to those +those of `std::string`. The available overloads for `static_string` are identical to those of `std::string`. [/-----------------------------------------------------------------------------]