diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2015-09-01 15:00:24 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2015-09-01 15:00:24 +0100 |
commit | 74c823f08bc0774fb125d8271208e86a84ed0d5c (patch) | |
tree | 842b3393e58ce0ef7223888f32d48a15d067edee | |
parent | 7425f8238effb88def2934dc33ccec8ea9df7508 (diff) | |
download | fpGUI-74c823f08bc0774fb125d8271208e86a84ed0d5c.tar.xz |
fpc lang ref: minor tweak to make the large number easier to read.
-rw-r--r-- | docs/fpc_lang_ref.ipf | 2 |
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. |