Skip to content

Commit 50eabe4

Browse files
committed
jsdoc fixed
1 parent 062feb3 commit 50eabe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GattServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class GattServer {
5858
/**
5959
* Find the service UUID and characteristic UUID based on a characteristic handle
6060
* @param {number} charHandle
61-
* @returns {<Object|null>}
61+
* @returns {Object|null}
6262
*/
6363
async getUUIDbyHandle(charHandle) {
6464
const handle = charHandle - 1;

0 commit comments

Comments
 (0)