Skip to content

Commit 3cbaa42

Browse files
committed
Fix the XML docs
1 parent 5883cf3 commit 3cbaa42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RestSharp/RestClient.Extensions.cs

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public static RestResponse<T> Execute<T>(this IRestClient client, RestRequest re
5353
/// <summary>
5454
/// Executes the request synchronously, authenticating if needed
5555
/// </summary>
56-
/// <typeparam name="T">Target deserialization type</typeparam>
5756
/// <param name="client"></param>
5857
/// <param name="request">Request to be executed</param>
5958
public static RestResponse Execute(this IRestClient client, RestRequest request)

0 commit comments

Comments
 (0)