mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
Fix incorrect uses of a/an
This commit is contained in:
@@ -65,7 +65,7 @@ may be useful when the type of Variant is completely unknown. However, when poss
|
||||
specific conversions. ``Variant.Obj`` evaluates a ``switch`` on ``Variant.VariantType`` and it may
|
||||
not be necessary. Also, if the result is a value type, it is boxed.
|
||||
|
||||
For example, if the potential for ``Variant.As<MyNode>()`` to throw a invalid cast exception isn't
|
||||
For example, if the potential for ``Variant.As<MyNode>()`` to throw an invalid cast exception isn't
|
||||
acceptable, consider using a ``Variant.As<GodotObject>() is MyNode n`` type pattern instead.
|
||||
|
||||
.. note::
|
||||
|
||||
Reference in New Issue
Block a user