Skip to content

Commit dbe0212

Browse files
committed
Fix BingSearchResponse.cs code style
1 parent 81f0a62 commit dbe0212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/web-searcher/Models/BingSearchResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal sealed class WebPage
2222
public string Url { get; set; } = string.Empty;
2323

2424
/// <summary>
25-
/// A snippet of text from the webpage that describes its contents.
25+
/// A snippet of text from the webpage that describes its contents.
2626
/// </summary>
2727
[JsonPropertyName("snippet")]
2828
public string Snippet { get; set; } = string.Empty;

0 commit comments

Comments
 (0)