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:
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