Skip to content

Commit 2c88f2f

Browse files
committed
Typo
1 parent e076f9e commit 2c88f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ble/src/main/java/no/nordicsemi/android/ble/observer/ConnectionObserver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public interface ConnectionObserver {
4949
* Android will try to reconnect automatically.
5050
*/
5151
int REASON_LINK_LOSS = 3;
52-
/** The device does not hav required services. */
52+
/** The device does not have required services. */
5353
int REASON_NOT_SUPPORTED = 4;
5454
/** Connection attempt was cancelled. */
5555
int REASON_CANCELLED = 5;

0 commit comments

Comments
 (0)