diff --git a/examples/src/examples.cpp b/examples/src/examples.cpp index b69718d..4769151 100644 --- a/examples/src/examples.cpp +++ b/examples/src/examples.cpp @@ -7,7 +7,7 @@ using namespace const_fmt; int main() { constexpr auto s = "abcdef {:04}"_const_fmt(123); - // Convert the s (with a type of 'std::array') into something + // Convert s (with a type of 'std::array') into something // writable to std::cout std::string_view sv{&s[0], s.size()};