Skip to content

Commit 052c6fa

Browse files
committed
Fixed typo
1 parent 4182e19 commit 052c6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/src/main/java/io/branch/referral/Branch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ public static void disableDeviceIDFetch(Boolean deviceIdFetch) {
715715
/**
716716
* Returns true if reading device id is disabled
717717
*
718-
* @return {@link Boolean} with value true to disable reading Andoid ID
718+
* @return {@link Boolean} with value true to disable reading Android ID
719719
*/
720720
public static boolean isDeviceIDFetchDisabled() {
721721
return disableDeviceIDFetch_;

0 commit comments

Comments
 (0)