From 1254da6333c7f8dc333398c8c67fc3cb6a328419 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 11 Oct 2019 15:49:37 -0700 Subject: [PATCH] Bluetooth doc: The is a -> This is a Fixes: 142364826 Test: build Change-Id: I9bde35140bdfc4d76df7e8c427ac6e8baceee611 --- core/java/android/bluetooth/le/ScanRecord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/bluetooth/le/ScanRecord.java b/core/java/android/bluetooth/le/ScanRecord.java index 30868bfeac66f..97e3f5221c722 100644 --- a/core/java/android/bluetooth/le/ScanRecord.java +++ b/core/java/android/bluetooth/le/ScanRecord.java @@ -154,7 +154,7 @@ public final class ScanRecord { } /** - * Returns the local name of the BLE device. The is a UTF-8 encoded string. + * Returns the local name of the BLE device. This is a UTF-8 encoded string. */ @Nullable public String getDeviceName() {