We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2fa21 commit 29ea496Copy full SHA for 29ea496
csharp/old-change-notes/2020-08-26-implicit-array-lengths.md
@@ -1,5 +1,5 @@
1
lgtm,codescanning
2
-* Inferring the lengths of implicitely sized arrays is fixed. Previously, multi
+* Inferring the lengths of implicitly sized arrays is fixed. Previously, multi
3
dimensional arrays were always extracted with the same length for each dimension.
4
With the fix, the array sizes `2` and `1` are extracted for `new int[,]{{1},{2}}`.
5
Previously `2` and `2` were extracted.
0 commit comments