Skip to content

Commit e5acf07

Browse files
committed
Adding tabs
1 parent 52fcbfd commit e5acf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb-change-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ while (!cursor.isExhausted()) {
5656
}
5757
}
5858
```
59-
# [C#](#tab/c#)
59+
# [C#](#tab/csharp)
6060

6161
```csharp
6262
var pipeline = new EmptyPipelineDefinition<ChangeStreamDocument<BsonDocument>>()

0 commit comments

Comments
 (0)