Skip to content

Commit e64de52

Browse files
author
Per Kops
committed
Fix xml comment and cref tag (string -> object?)
1 parent 5569b00 commit e64de52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Atc.Rest.Client/Builder/IHttpMessageFactory.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ public interface IHttpMessageFactory
1717
/// </summary>
1818
/// <exception cref="ArgumentNullException">Thrown when <paramref name="pathTemplate"/> is null.</exception>
1919
/// <param name="pathTemplate">The relative URI to request. Can contain tokens,
20-
/// that will be replaced with real values pass to the <see cref="IMessageRequestBuilder.WithPathParameter(string, string)"/>
20+
/// that will be replaced with real values passed to the <see cref="IMessageRequestBuilder.WithPathParameter(string, object?)"/>
2121
/// method.</param>
2222
/// <returns>A new <see cref="IMessageRequestBuilder"/>.</returns>
2323
IMessageRequestBuilder FromTemplate(string pathTemplate);
2424

2525
IMessageResponseBuilder FromResponse(HttpResponseMessage? response);
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)