We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f54e5d commit 18c65e9Copy full SHA for 18c65e9
change-notes/1.26/analysis-csharp.md
@@ -19,7 +19,7 @@ The following changes in version 1.26 affect C# analysis in all applications.
19
## Changes to code extraction
20
21
* Partial method bodies are extracted. Previously, partial method bodies were skipped completely.
22
-* Inferring the lengths of implicitely sized arrays is fixed. Previously, multi dimensional arrays were always extracted with the same length for
+* Inferring the lengths of implicitely sized arrays is fixed. Previously, multidimensional arrays were always extracted with the same length for
23
each dimension. With the fix, the array sizes `2` and `1` are extracted for `new int[,]{{1},{2}}`. Previously `2` and `2` were extracted.
24
25
## Changes to libraries
0 commit comments