Skip to content

Commit 72fdef2

Browse files
authored
Merge pull request #119072 from Leelanlk/main
modified room to rooms
2 parents d66d29e + 06b652f commit 72fdef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-howto-dotnet-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Name: Secret Point Motel
585585
Name: Twin Dome Motel
586586
```
587587

588-
In the second query, use a filter to select room with a nightly rate of less than $100. Return only the hotel ID and description in the results:
588+
In the second query, use a filter to select rooms with a nightly rate of less than $100. Return only the hotel ID and description in the results:
589589

590590
```csharp
591591
options = new SearchOptions()

0 commit comments

Comments
 (0)