Skip to content

Commit 294a339

Browse files
kringj9liu
andauthored
Fix typo.
Co-authored-by: Janine Liu <[email protected]>
1 parent 3261d7c commit 294a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reinterop~/CustomDelegateGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private void GenerateDelegate(CppGenerationContext context, GeneratedResult resu
7272
"""
7373
));
7474

75-
// A C# delegate type that wraps a std::function, and arrange for
75+
// A C# delegate type that wraps a std::function, and arranges for
7676
// the invoke and dispose to be implemented in C++.
7777
CSharpType csType = CSharpType.FromSymbol(context, item.Type);
7878

0 commit comments

Comments
 (0)