diff --git a/docs/xml/lcl/lclversion.xml b/docs/xml/lcl/lclversion.xml
index 164d62abad..65cc4fc3a6 100644
--- a/docs/xml/lcl/lclversion.xml
+++ b/docs/xml/lcl/lclversion.xml
@@ -1,4 +1,4 @@
-
+
Likewise, these version constants can be used at compile time in an conditional -expressions, such as {$IFDEF lcl_major>0}. Currently these kinds of -epressions are only support in {$mode delphi}. Recently fpc 2.3.1 added +at run-time.
Likewise, these version constants can be used at compile time in an conditional +expressions, such as {$IF lcl_major>0}. These kinds of +epressions are support in {$mode delphi}. fpc 2.3.1 added support for these kind of expressions in {$mode objfpc}.
- +