Fix typo: format-benchmarks -> format-benchmark (#4906)

Fix typo: repository name is "format-benchmark" (singular), not "format-benchmarks".
This commit is contained in:
LJX1021403 2026-09-02 01:50:09 +08:00 committed by GitHub
parent b039e624c0
commit 1931ff7244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -254,7 +254,7 @@ library](https://fmt.dev/latest/get-started/#building-from-source) for
instructions on how to build the library and run the unit tests.
Benchmarks reside in a separate repository,
[format-benchmarks](https://github.com/fmtlib/format-benchmark), so to
[format-benchmark](https://github.com/fmtlib/format-benchmark), so to
run the benchmarks you first need to clone this repository and generate
Makefiles with CMake: