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 8fc7bc5 commit 6efbe2bCopy full SHA for 6efbe2b
src/WinRT.Interop.Generator/Factories/InteropMethodRewriteFactory.RetVal.cs
@@ -24,7 +24,7 @@ internal partial class InteropMethodRewriteFactory
24
public static class RetVal
25
{
26
/// <summary>
27
- /// Performs two-pass code generation on a target method to marshal an managed <c>[retval]</c> value.
+ /// Performs two-pass code generation on a target method to marshal a managed <c>[retval]</c> value.
28
/// </summary>
29
/// <param name="retValType">The <c>[retval]</c> type that needs to be marshalled.</param>
30
/// <param name="method">The target method to perform two-pass code generation on.</param>
0 commit comments