diff --git a/language/constants.xml b/language/constants.xml
index a87f837b56..30a275db0b 100644
--- a/language/constants.xml
+++ b/language/constants.xml
@@ -221,8 +221,8 @@ echo ANIMALS[1]; // outputs "cat"
constants defined using the const keyword must be
declared at the top-level scope because they are defined at compile-time.
This means that they cannot be declared inside functions, loops,
- if statements or try/
- catch blocks.
+ if statements or
+ try/catch blocks.