Skip to content

Commit

Permalink
Fix the XML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed May 30, 2024
1 parent 5883cf3 commit 3cbaa42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RestSharp/RestClient.Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static RestResponse<T> Execute<T>(this IRestClient client, RestRequest re
/// <summary>
/// Executes the request synchronously, authenticating if needed
/// </summary>
/// <typeparam name="T">Target deserialization type</typeparam>
/// <param name="client"></param>
/// <param name="request">Request to be executed</param>
public static RestResponse Execute(this IRestClient client, RestRequest request)
Expand Down

0 comments on commit 3cbaa42

Please sign in to comment.