Skip to content

Commit 3517b6b

Browse files
[WebDriver BiDi] Fix CDDL for events (#658)
1 parent 7127a3f commit 3517b6b

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
@@ -5934,7 +5934,7 @@ with data for a descriptor read operation by sending the following message:
59345934
<pre highlight="cddl" class="cddl remote-cddl local-cddl">
59355935
BluetoothEvent = (
59365936
bluetooth.RequestDevicePromptUpdated //
5937-
bluetooth.GattConnectionAttempted //
5937+
bluetooth.GattConnectionAttempted
59385938
)
59395939
</pre>
59405940

0 commit comments

Comments
 (0)