Skip to content

Commit d18a244

Browse files
committed
Merge pull request #119133 from poohcom1/fix/doc_csharp_typestring_typo
Fix typo in C# string interpolation in `TYPE_STRING` doc
2 parents c5a8169 + 79f450f commit d18a244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/classes/@GlobalScope.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2903,7 +2903,7 @@
29032903
[csharp]
29042904
// Array of elemType.
29052905
hintString = $"{elemType:D}:";
2906-
hintString = $"{elemType:}/{elemHint:D}:{elemHintString}";
2906+
hintString = $"{elemType:D}/{elemHint:D}:{elemHintString}";
29072907
// Two-dimensional array of elemType (array of arrays of elemType).
29082908
hintString = $"{Variant.Type.Array:D}:{elemType:D}:";
29092909
hintString = $"{Variant.Type.Array:D}:{elemType:D}/{elemHint:D}:{elemHintString}";

0 commit comments

Comments
 (0)