diff --git a/lib/ble/remote.toit b/lib/ble/remote.toit index 60010e792..79ab60856 100644 --- a/lib/ble/remote.toit +++ b/lib/ble/remote.toit @@ -51,7 +51,7 @@ class Central extends Resource_: Only one scan can run at a time. If $active is true, then we request a scan response from discovered devices. - Users might need to merge the advertisement data from the scan response with the + Users may need to merge the advertisement data from the scan response with the advertisement data from the discovery event. Use $RemoteScannedDevice.is-scan-response to distinguish between the two.