mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-14 01:09:51 -04:00
Finetuning a JSDOC.
This commit is contained in:
parent
7ec9494804
commit
c30807a678
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ class BLE extends JSONRPCWebSocket {
|
|||
/**
|
||||
* Handle an error resulting from losing connection to a peripheral.
|
||||
*
|
||||
* This could be due to a variety of cases:
|
||||
* This could be due to:
|
||||
* - battery depletion
|
||||
* - going out of bluetooth range
|
||||
* - being powered down
|
||||
|
|
|
@ -130,7 +130,7 @@ class BT extends JSONRPCWebSocket {
|
|||
/**
|
||||
* Handle an error resulting from losing connection to a peripheral.
|
||||
*
|
||||
* This could be due to a variety of cases:
|
||||
* This could be due to:
|
||||
* - battery depletion
|
||||
* - going out of bluetooth range
|
||||
* - being powered down
|
||||
|
|
Loading…
Reference in a new issue