Преглед изворни кода

Fix wording variant doc (#940)

* fix wording variant doc

* Update variant_class.rst

* Update variant_class.rst
Lexx пре 7 година
родитељ
комит
c463fb6b3c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      development/cpp/variant_class.rst

+ 1 - 1
development/cpp/variant_class.rst

@@ -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)