Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Sep 10, 2023
1 parent d1e57b4 commit 94d2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypedSignalR.Client.TypeScript/InterfaceTranspiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ private static void WriteJSDocMethodReturn(IMethodSymbol methodSymbol, XmlDocume

if (returnSummaryLines.Length == 1)
{
codeWriter.AppendLine($" * @returns {returnSummaryLines} (Transpiled from {methodSymbol.ReturnType.ToDisplayString()})");
codeWriter.AppendLine($" * @returns {returnSummaryLines[0]} (Transpiled from {methodSymbol.ReturnType.ToDisplayString()})");
return;
}

Expand Down

0 comments on commit 94d2ab3

Please sign in to comment.