From d1cab6a9aee2de160b9177ef74ab1e0ce6bb57d2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 9 Jun 2024 10:58:02 -0700 Subject: [PATCH] Drop parentheses --- doc/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.md b/doc/api.md index 8e966e08..df559bc2 100644 --- a/doc/api.md +++ b/doc/api.md @@ -533,8 +533,8 @@ feature](https://en.cppreference.com/w/cpp/feature_test). ## Format String Compilation `fmt/compile.h` provides format string compilation enabled via the -`FMT_COMPILE` macro or the `_cf` user-defined literal (defined in -namespace `fmt::literals`). Format strings marked with `FMT_COMPILE` +`FMT_COMPILE` macro or the `_cf` user-defined literal defined in +namespace `fmt::literals`. Format strings marked with `FMT_COMPILE` or `_cf` are parsed, checked and converted into efficient formatting code at compile-time. This supports arguments of built-in and string types as well as user-defined types with `format` functions taking