Skip to content

Commit 5a03a19

Browse files
authored
Remove stray "]" (#29)
Fixes #28.
1 parent 227f329 commit 5a03a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ event.
571571
When [=a WebSocket message has been received=] with type |type| and data |data|, the user agent must
572572
[=queue a task=] to follow these steps: [[!WSP]]
573573

574-
1. If [=WebSocket/ready state=] ]is not {{WebSocket/OPEN}} (1), then return.
574+
1. If [=WebSocket/ready state=] is not {{WebSocket/OPEN}} (1), then return.
575575
1. Let |dataForEvent| be determined by switching on |type| and [=WebSocket/binary type=]:
576576

577577
<dl class="switch">

0 commit comments

Comments
 (0)