We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc77850 commit e8bb9e5Copy full SHA for e8bb9e5
dotnet/Search/BingCustomSearchv7.cs
@@ -50,7 +50,7 @@ static void Main(string[] args)
50
//</iterateResponse>
51
}
52
53
- // <repsonseClasses>
+ // <responseClasses>
54
public class BingCustomSearchResponse
55
{
56
public string _type{ get; set; }
@@ -81,5 +81,5 @@ public class OpenGraphImage
81
public int width { get; set; }
82
public int height { get; set; }
83
84
- // </repsonseClasses>
+ // </responseClasses>
85
0 commit comments