Skip to content

Commit e6cb111

Browse files
committed
Fix doc tests
1 parent 0da5249 commit e6cb111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protocol-docs/websocket-examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Example channel messages
22
========================
33

4-
```
4+
```text
55
room:W0S0
66
{
77
"flags": null,

protocol-docs/websocket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You'll only get users which exist in the room. Each objects properties are exact
235235

236236
The subsequent updates will be in the exact same format, except with any properties which are the same missing. If, for example, someone added some "H" to that terminal and nothing else happened, the update would be:
237237

238-
```
238+
```json
239239
{
240240
"objects": {
241241
"57cd3a30c0551957424a1f38": {

0 commit comments

Comments
 (0)