mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Fix typo.
This commit is contained in:
parent
52519ae1e0
commit
62a8f2d0f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue