summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-09-01 15:00:24 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2015-09-01 15:00:24 +0100
commit74c823f08bc0774fb125d8271208e86a84ed0d5c (patch)
tree842b3393e58ce0ef7223888f32d48a15d067edee /docs
parent7425f8238effb88def2934dc33ccec8ea9df7508 (diff)
downloadfpGUI-74c823f08bc0774fb125d8271208e86a84ed0d5c.tar.xz
fpc lang ref: minor tweak to make the large number easier to read.
Diffstat (limited to 'docs')
-rw-r--r--docs/fpc_lang_ref.ipf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fpc_lang_ref.ipf b/docs/fpc_lang_ref.ipf
index 366edb3e..cfef8813 100644
--- a/docs/fpc_lang_ref.ipf
+++ b/docs/fpc_lang_ref.ipf
@@ -4991,7 +4991,7 @@ for the class. Note that
:li.When the class is instantiated, the default value is not automatically
applied to the property, it is the responsability of the programmer to do
this in the constructor of the class.
-:li.The value 2147483648 cannot be used as a default value, as it is used
+:li.The value 2,147,483,648 cannot be used as a default value, as it is used
internally to denote 'nodefault'.
:li.It is not possible to specify a default for array properties.
:eol.