diff --git a/ChangeLog.rst b/ChangeLog.rst
index d3e905d8..4f2367a0 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -4,7 +4,7 @@
* Added `0 A.D. `_ and `PenUltima Online (POL)
`_ to the list of notable projects using C++ Format.
-* C++ Format now uses MSVC intrinsic for better performance on Windows.
+* C++ Format now uses MSVC intrinsics for better formatting performance.
Previously these optimizations where only used on GCC and Clang.
Thanks to `@CarterLi `_.