From 3cbaa4291455159f8323e9e1707c139ec3fa1dbb Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Thu, 30 May 2024 13:17:06 +0200 Subject: [PATCH] Fix the XML docs --- src/RestSharp/RestClient.Extensions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RestSharp/RestClient.Extensions.cs b/src/RestSharp/RestClient.Extensions.cs index 3a82494cd..f37dbeb34 100644 --- a/src/RestSharp/RestClient.Extensions.cs +++ b/src/RestSharp/RestClient.Extensions.cs @@ -53,7 +53,6 @@ public static RestResponse Execute(this IRestClient client, RestRequest re /// /// Executes the request synchronously, authenticating if needed /// - /// Target deserialization type /// /// Request to be executed public static RestResponse Execute(this IRestClient client, RestRequest request)