Skip to content

Commit e8bb9e5

Browse files
authored
Update BingCustomSearchv7.cs
1 parent fc77850 commit e8bb9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/Search/BingCustomSearchv7.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static void Main(string[] args)
5050
//</iterateResponse>
5151
}
5252
}
53-
// <repsonseClasses>
53+
// <responseClasses>
5454
public class BingCustomSearchResponse
5555
{
5656
public string _type{ get; set; }
@@ -81,5 +81,5 @@ public class OpenGraphImage
8181
public int width { get; set; }
8282
public int height { get; set; }
8383
}
84-
// </repsonseClasses>
84+
// </responseClasses>
8585
}

0 commit comments

Comments
 (0)