chore: minor improvement for docs (#4616)

Signed-off-by: bigmoonbit <bigmoonbit@outlook.com>
This commit is contained in:
bigmoonbit
2025-11-28 12:55:25 -08:00
committed by GitHub
parent 790b9389ae
commit 2727215c11
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#define FMT_FUZZ_SEPARATE_ALLOCATION 1
// The size of the largest possible type in use.
// To let the the fuzzer mutation be efficient at cross pollinating between
// To let the fuzzer mutation be efficient at cross pollinating between
// different types, use a fixed size format. The same bit pattern, interpreted
// as another type, is likely interesting.
constexpr auto fixed_size = 16;