Skip to content

Commit

Permalink
Fix BingSearchResponse.cs code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed Nov 8, 2024
1 parent 81f0a62 commit dbe0212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/web-searcher/Models/BingSearchResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal sealed class WebPage
public string Url { get; set; } = string.Empty;

/// <summary>
/// A snippet of text from the webpage that describes its contents.
/// A snippet of text from the webpage that describes its contents.
/// </summary>
[JsonPropertyName("snippet")]
public string Snippet { get; set; } = string.Empty;
Expand Down

0 comments on commit dbe0212

Please sign in to comment.