diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-04-28 01:35:33 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-05-19 07:04:48 +0200 |
commit | 04562662d38a83e1ac1fde2af9572ca38147e772 (patch) | |
tree | 135faa9bef16bdb14faf576c25cb832f74d02fb4 /doc/classes/int.xml | |
parent | 5bb7d585a5e151f3fa387de7dd97d7aebc5abfd5 (diff) | |
download | redot-engine-04562662d38a83e1ac1fde2af9572ca38147e772.tar.gz |
Overhaul the top sections of the class reference (Core classes)
Diffstat (limited to 'doc/classes/int.xml')
-rw-r--r-- | doc/classes/int.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/int.xml b/doc/classes/int.xml index ab624bb8a3..1bf318fe8e 100644 --- a/doc/classes/int.xml +++ b/doc/classes/int.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="int" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Built-in integer Variant type. + A built-in type for integers. </brief_description> <description> Signed 64-bit integer type. This means that it can take values from [code]-2^63[/code] to [code]2^63 - 1[/code], i.e. from [code]-9223372036854775808[/code] to [code]9223372036854775807[/code]. When it exceeds these bounds, it will wrap around. |