Fix grammar

This commit is contained in:
Krystian Stasiowski
2020-02-07 13:56:37 -05:00
parent db36c31038
commit 2561beb7fb

View File

@ -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`,