Skip to content

Commit fc77850

Browse files
authored
Updating code tags
1 parent 7838990 commit fc77850

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
@@ -22,7 +22,7 @@ static void Main(string[] args)
2222
var customConfigId = "YOUR-CUSTOM-CONFIG-ID"; // you can also use "1"
2323
var searchTerm = args.Length > 0 ? args[0]: "microsoft";
2424
// </vars>
25-
// </url>
25+
// <url>
2626
// Use your Azure Bing Custom Search endpoint to create the full request URL.
2727
var url = endpoint + "/search?" + "q=" + searchTerm + "&customconfig=" + customConfigId;
2828
// </url>
@@ -81,5 +81,5 @@ public class OpenGraphImage
8181
public int width { get; set; }
8282
public int height { get; set; }
8383
}
84-
// <repsonseClasses>
84+
// </repsonseClasses>
8585
}

0 commit comments

Comments
 (0)