Finetuning a JSDOC.

This commit is contained in:
Evelyn Eastmond 2019-01-16 15:56:58 -05:00
parent 7ec9494804
commit c30807a678
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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