From 66a0d0231b7b42c6eda3545f2253cd632e2f1bbd Mon Sep 17 00:00:00 2001 From: ssszcmawo Date: Thu, 5 Feb 2026 02:05:57 +0100 Subject: [PATCH] Fix formatting and grammar in api.md Corrected formatting and grammar in the API documentation. --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 96e0d5c6..a95716ee 100644 --- a/doc/api.md +++ b/doc/api.md @@ -23,7 +23,7 @@ and macros have prefix `FMT_`. ## Base API `fmt/base.h` defines the base API which provides main formatting functions -for `char`/UTF-8, with C++20 compile-time checks. It has minimal include +for `char`/UTF-8 with C++20 compile-time checks. It has minimal include dependencies for better compile times. This header is only beneficial when using {fmt} as a library (the default) and not in the header-only mode. It also provides `formatter` specializations for the following types: