Skip to content

Commit 6efbe2b

Browse files
Sergio0694Copilot
andcommitted
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8fc7bc5 commit 6efbe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WinRT.Interop.Generator/Factories/InteropMethodRewriteFactory.RetVal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal partial class InteropMethodRewriteFactory
2424
public static class RetVal
2525
{
2626
/// <summary>
27-
/// Performs two-pass code generation on a target method to marshal an managed <c>[retval]</c> value.
27+
/// Performs two-pass code generation on a target method to marshal a managed <c>[retval]</c> value.
2828
/// </summary>
2929
/// <param name="retValType">The <c>[retval]</c> type that needs to be marshalled.</param>
3030
/// <param name="method">The target method to perform two-pass code generation on.</param>

0 commit comments

Comments
 (0)