From a6e6e9c3c9a3f2775fd00a901cab6896f0ca3c17 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 9 Jun 2024 11:22:57 -0700 Subject: [PATCH] Fix a link --- doc/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.md b/doc/index.md index c1ab9aef..501e5a7c 100644 --- a/doc/index.md +++ b/doc/index.md @@ -84,9 +84,9 @@ hide:

Fast compilation

The library makes extensive use of type erasure to achieve fast - compilation. fmt/base.h provides a - subset of the API with minimal include dependencies and enough - functionality to replace all uses of *printf. + compilation. fmt/base.h provides a subset of the API with + minimal include dependencies and enough functionality to replace + all uses of *printf.

Code using {fmt} is usually several times faster to compile than the