From 4128ede5db22d52913aa67c9b712701032bc83ce Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sun, 13 Feb 2022 19:43:22 +0100 Subject: [PATCH] English --- examples/src/examples.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()};