Skip to content

Commit c32d54f

Browse files
committed
cref IBaseClient
1 parent 8f1bec7 commit c32d54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/CSharp/Requests/MethodRequestBuilder.cs.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ foreach (var m in methods)
9292
/// Constructs a new <see cref="<#=requestBuilderType#>"/>.
9393
/// </summary>
9494
/// <param name="requestUrl">The URL for the request.</param>
95-
/// <param name="client">The <see cref="IBaseClient"/> for handling requests.</param><#=m.ParameterComments#>
95+
/// <param name="client">The <see cref="<#=iBaseClientTypeName#>"/> for handling requests.</param><#=m.ParameterComments#>
9696
public <#=requestBuilderType#>(
9797
string requestUrl,
9898
<#=iBaseClientTypeName#> client<#=m.ParametersAsArguments#>)

0 commit comments

Comments
 (0)