Fix wording variant doc (#940)

* fix wording variant doc

* Update variant_class.rst

* Update variant_class.rst
This commit is contained in:
Lexx
2018-01-14 11:20:03 +00:00
committed by Nathan Lovato
parent ce393284c3
commit c463fb6b3c

View File

@@ -18,7 +18,7 @@ A Variant can:
- Store almost any datatype
- Perform operations between many variants (GDScript uses Variant as
its atomic/native datatype).
- Be hashed, so it can be compared quickly to over variants
- Be hashed, so it can be compared quickly to other variants
- Be used to convert safely between datatypes
- Be used to abstract calling methods and their arguments (Godot
exports all its functions through variants)