diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 803e8fd4b..4662f6384 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -722,7 +722,7 @@ The
- * Now, which one of the lazy initializer implementations should you use? First of all we have to state that is is + * Now, which one of the lazy initializer implementations should you use? First of all we have to state that is * problematic to give general recommendations regarding the performance of these classes. The initializers make use of * low-level functionality whose efficiency depends on multiple factors including the target platform and the number of * concurrent threads. So developers should make their own benchmarks in scenarios close to their specific use cases.