From 2561beb7fb1fd4ae137a27e153d6970b7271bc55 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Fri, 7 Feb 2020 13:56:37 -0500 Subject: [PATCH] Fix grammar --- 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 eda65fd..f4c5feb 100644 --- a/doc/qbk/main.qbk +++ b/doc/qbk/main.qbk @@ -77,7 +77,7 @@ maximum allowed size of the string, `std::length_error` is thrown if exceptions algorithms which throw exceptions provide the strong exception safety guarantee. This is intended to be a drop in replacement for `std::string`. All the operations for `static_string` work when the source of the operation is within -the string iteslf. +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`,