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 4377485 commit 4576c3eCopy full SHA for 4576c3e
src/CLR/Core/Execution.cpp
@@ -1979,7 +1979,7 @@ HRESULT CLR_RT_ExecutionEngine::InitializeLocals(
1979
parser.Initialize_MethodLocals(assembly, methodDef);
1980
CLR_RT_SignatureParser::Element element;
1981
1982
- // ensure we don’t walk past the available generic parameters
+ // ensure we don’t walk past the available generic parameters
1983
const int maxParams = parser.GenParamCount;
1984
if (genericParamPosition < 0 || genericParamPosition > maxParams)
1985
{
0 commit comments