OSDN Git Service

docs: Added a missing "be" in ACTION_CONNECTION_STATE_CHANGED
authorRicardo Loo Foronda <rloo@google.com>
Thu, 25 Jan 2018 01:49:18 +0000 (17:49 -0800)
committerRicardo Loo Foronda <rloo@google.com>
Fri, 26 Jan 2018 18:16:05 +0000 (18:16 +0000)
Status: Ready for writer review.
Note: This is a javadoc only change.

Test: Build the docs with "make ds-docs" and staged updated content.
Staged content:
go/dac-stage/reference/android/bluetooth/BluetoothAdapter.html#ACTION_CONNECTION_STATE_CHANGED

Bug: 69097875
Change-Id: Ibffea2373ded825558beaa669ae4daf3c0ff3d2f

core/java/android/bluetooth/BluetoothAdapter.java

index fc3a724..1553eec 100644 (file)
@@ -415,7 +415,7 @@ public final class BluetoothAdapter {
      * Intent used to broadcast the change in connection state of the local
      * Bluetooth adapter to a profile of the remote device. When the adapter is
      * not connected to any profiles of any remote devices and it attempts a
-     * connection to a profile this intent will sent. Once connected, this intent
+     * connection to a profile this intent will be sent. Once connected, this intent
      * will not be sent for any more connection attempts to any profiles of any
      * remote device. When the adapter disconnects from the last profile its
      * connected to of any remote device, this intent will be sent.