Skip to content

Commit f5ff522

Browse files
committed
spelling: implicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent c5c9f4d commit f5ff522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
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)