Fix typo.

This commit is contained in:
Evelyn Eastmond 2019-03-26 10:13:28 -04:00
parent 52519ae1e0
commit 62a8f2d0f2

View file

@ -490,7 +490,7 @@ class EV3 {
this._runtime.registerPeripheralExtension(extensionId, this);
/**
* A rate limiter utility, to help limit the rate at which we send BLE messages
* A rate limiter utility, to help limit the rate at which we send BT messages
* over the socket to Scratch Link to a maximum number of sends per second.
* @type {RateLimiter}
* @private