Skip to content

Commit 29ea496

Browse files
committed
spelling: implicitly
Signed-off-by: Josh Soref <[email protected]>
1 parent 0c2fa21 commit 29ea496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lgtm,codescanning
2-
* Inferring the lengths of implicitely sized arrays is fixed. Previously, multi
2+
* Inferring the lengths of implicitly sized arrays is fixed. Previously, multi
33
dimensional arrays were always extracted with the same length for each dimension.
44
With the fix, the array sizes `2` and `1` are extracted for `new int[,]{{1},{2}}`.
55
Previously `2` and `2` were extracted.

0 commit comments

Comments
 (0)