There was an error while loading. Please reload this page.
2 parents c5a8169 + 79f450f commit d18a244Copy full SHA for d18a244
1 file changed
doc/classes/@GlobalScope.xml
@@ -2903,7 +2903,7 @@
2903
[csharp]
2904
// Array of elemType.
2905
hintString = $"{elemType:D}:";
2906
- hintString = $"{elemType:}/{elemHint:D}:{elemHintString}";
+ hintString = $"{elemType:D}/{elemHint:D}:{elemHintString}";
2907
// Two-dimensional array of elemType (array of arrays of elemType).
2908
hintString = $"{Variant.Type.Array:D}:{elemType:D}:";
2909
hintString = $"{Variant.Type.Array:D}:{elemType:D}/{elemHint:D}:{elemHintString}";
0 commit comments