diff --git a/language/oop5/changelog.xml b/language/oop5/changelog.xml
index 1d9319242a..d653439a46 100644
--- a/language/oop5/changelog.xml
+++ b/language/oop5/changelog.xml
@@ -19,9 +19,9 @@
5.3.0
- Changed: It's now possible to reference the class using a variable (e.g,
+ Changed: It's now possible to reference the class using a variable (e.g.,
echo $classname::constant;).
- The variable's value can not be a keyword (e.g. self,
+ The variable's value can not be a keyword (e.g., self,
parent or static).
@@ -66,7 +66,7 @@
5.3.0
- Added: Late Static Binding.
+ Added: Late Static Bindings.