From d63ad603a86f1d838f48928b7140ecefcb16bc73 Mon Sep 17 00:00:00 2001 From: Sebastian Szvetecz Date: Wed, 21 Feb 2024 17:13:23 +0100 Subject: [PATCH] Fixed minor typo in sample of BluetoothLEHelper.md --- docs/helpers/BluetoothLEHelper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers/BluetoothLEHelper.md b/docs/helpers/BluetoothLEHelper.md index 45b26c73e..82fae4045 100644 --- a/docs/helpers/BluetoothLEHelper.md +++ b/docs/helpers/BluetoothLEHelper.md @@ -143,7 +143,7 @@ If BluetoothLEHelper.IsBluetoothLESupported Then ' creating a ListView and binding the bluetoothLEHelper collection to it. Once a device is found, ' the Connect() method can be called to connect to the device and start interacting with its services - ' Connect to a device if your choice + ' Connect to a device of your choice Dim device As ObservableBluetoothLEDevice = bluetoothLEHelper.BluetoothLeDevices() Await device.ConnectAsync()