From 165210890546bfcc843aa144e6fc27a6c3ea52cc Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 29 Jun 2024 09:38:40 -0700 Subject: [PATCH] Fix typo --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9d130548..2435c82b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,7 +15,7 @@ | tinyformat | 29.1 | | Boost Format | 55.0 | - This gives almost 4x improvement in bulid speed compared to version 10. + This gives almost 4x improvement in build speed compared to version 10. Note that this is purely formatting code and includes. In real projects the difference from `printf` will be smaller partly because common standard headers will be included in almost any translation unit (TU) anyway.