Skip to content

Commit d8d42d6

Browse files
authored
Update queue.md
fix text layout
1 parent 0b58c23 commit d8d42d6

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)