Skip to content

Commit 92852ae

Browse files
Fix variable name
1 parent fccb26b commit 92852ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/rooms/includes/rooms-quickstart-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create a new `RoomsClient` object that will be used to create new `rooms` and ma
5656
```csharp
5757
// Find your Communication Services resource in the Azure portal
5858
var connectionString = "<connection_string>";
59-
RoomsClient roomsCollection = new RoomsClient(connectionString);
59+
RoomsClient roomsClient = new RoomsClient(connectionString);
6060
```
6161

6262
### Create a room

0 commit comments

Comments
 (0)