Skip to content

Commit cb31f8e

Browse files
authored
Merge pull request #104949 from MarileeTurscak-MSFT/patch-317
Added missing bracket
2 parents 7c5b4f5 + 6b06df7 commit cb31f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-get-started-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The hotels index consists of simple and complex fields, where a simple field is
211211

212212
namespace AzureSearchQuickstart
213213
{
214-
class Program
214+
class Program {
215215
// Demonstrates index delete, create, load, and query
216216
// Commented-out code is uncommented in later steps
217217
static void Main(string[] args)
@@ -559,4 +559,4 @@ In this C# quickstart, you worked through a series of tasks to create an index,
559559
The sample code and index are expanded versions of this one. The next sample adds a Rooms collection, uses different classes and actions, and takes a closer look at how processing works.
560560

561561
> [!div class="nextstepaction"]
562-
> [How to develop in .NET](search-howto-dotnet-sdk.md)
562+
> [How to develop in .NET](search-howto-dotnet-sdk.md)

0 commit comments

Comments
 (0)