summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli_ure/source/basetypes/uno/PolymorphicType.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/basetypes/uno/PolymorphicType.cs b/cli_ure/source/basetypes/uno/PolymorphicType.cs
index f8a6935d6349..e996131fc6ab 100644
--- a/cli_ure/source/basetypes/uno/PolymorphicType.cs
+++ b/cli_ure/source/basetypes/uno/PolymorphicType.cs
@@ -108,7 +108,7 @@ public class PolymorphicType: Type
if (name == null || type == null)
throw new ArgumentNullException(
"cli-uno: uno.PolymorphicType.GetType was called with a null argument");
- //check if the type is either a array of structs or a polymorphic struct.
+ //check if the type is either an array of structs or a polymorphic struct.
if (type.IsArray)
{
Type elementType = type;