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 bea0653 commit c818f08Copy full SHA for c818f08
src/Generator/Passes/CheckAbiParameters.cs
@@ -67,7 +67,7 @@ public override bool VisitFunctionDecl(Function function)
67
}
68
69
// Deleting destructors (default in v-table) accept an i32 bitfield as a
70
- // second parameter.in MS ABI.
+ // second parameter in MS ABI.
71
if (method != null && method.IsDestructor && Context.ParserOptions.IsMicrosoftAbi)
72
{
73
method.Parameters.Add(new Parameter
0 commit comments