Fix a link

This commit is contained in:
Victor Zverovich 2024-06-02 09:29:33 -07:00
parent 75ab3bc2a0
commit 509d018101

View File

@ -259,7 +259,7 @@ is disallowed.
Compile-time format string checks are enabled by default on compilers
that support C++20 `consteval`. On older compilers you can use the
[FMT_STRING](legacy-checks>) macro defined in `fmt/format.h` instead.
[FMT_STRING](#legacy-checks) macro defined in `fmt/format.h` instead.
Unused arguments are allowed as in Python's `str.format` and ordinary functions.