Skip to content

Commit dc15b2d

Browse files
authored
Merge pull request #1012 from nelsonvega/patch-1
Update queue.md
2 parents a410496 + d8d42d6 commit dc15b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Producers call `Enqueue(T)`.
88

99
This class can eliminate boilerplate code associated with marshalling operations onto a single thread.
1010

11-
```csharp
11+
``` csharp
1212
using (var queue = new NetMQQueue<ICommand>())
1313
using (var poller = new NetMQPoller { queue })
1414
{

0 commit comments

Comments
 (0)