We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720f517 commit cb68547Copy full SHA for cb68547
src/coreclr/vm/array.h
@@ -8,7 +8,7 @@
8
// A 32 dimension array with at least 2 elements in each dimension requires
9
// 4gb of memory. Limit the maximum number of dimensions to a value that
10
// requires 4gb of memory.
11
-// If you make this bigger, you need to make MAX_CLASSNAME_LENGTH bigger too.
+// If you make this bigger, you need to make MAX_CLASSNAME_LENGTH bigger too..
12
#define MAX_RANK 32
13
14
class MethodTable;
0 commit comments