diff --git a/src/Microsoft.Windows.CsWin32/Generator.cs b/src/Microsoft.Windows.CsWin32/Generator.cs index 6a1a34eb..1acb5dd1 100644 --- a/src/Microsoft.Windows.CsWin32/Generator.cs +++ b/src/Microsoft.Windows.CsWin32/Generator.cs @@ -2020,7 +2020,7 @@ private T AddApiDocumentation(string api, T memberDeclaration) else if (docs.HelpLink is object) { docCommentsBuilder.AppendLine(); - docCommentsBuilder.AppendLine($@"/// Learn more about this API from docs.microsoft.com."); + docCommentsBuilder.AppendLine($@"/// Learn more about this API from docs.microsoft.com."); docCommentsBuilder.Append("/// "); }