From dbe02126f4f3d5615ebf60fbaa42cb803d751624 Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Thu, 7 Nov 2024 19:11:26 -0800 Subject: [PATCH] Fix BingSearchResponse.cs code style --- plugins/web-searcher/Models/BingSearchResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/web-searcher/Models/BingSearchResponse.cs b/plugins/web-searcher/Models/BingSearchResponse.cs index d2310b8e2..02e2ebc95 100644 --- a/plugins/web-searcher/Models/BingSearchResponse.cs +++ b/plugins/web-searcher/Models/BingSearchResponse.cs @@ -22,7 +22,7 @@ internal sealed class WebPage public string Url { get; set; } = string.Empty; /// - /// A snippet of text from the webpage that describes its contents. + /// A snippet of text from the webpage that describes its contents. /// [JsonPropertyName("snippet")] public string Snippet { get; set; } = string.Empty;