From beefc1c14f742912f3f2d433f088c40d3a18736c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Oct 2025 10:54:28 -0700 Subject: [PATCH] Tweak wording --- doc/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.md b/doc/api.md index be5ac2ad..9fbc9f2f 100644 --- a/doc/api.md +++ b/doc/api.md @@ -724,8 +724,8 @@ configuring CMake. ### Macros -- **`FMT_HEADER_ONLY`**: Enables the header-only mode when defined. Defining - this macro is an alternative to using the `fmt::fmt-header-only` CMake target. +- **`FMT_HEADER_ONLY`**: Enables the header-only mode when defined. It is an + alternative to using the `fmt::fmt-header-only` CMake target. Default: not defined. - **`FMT_USE_EXCEPTIONS`**: Disables the use of exceptions when set to `0`.