Skip to content

Commit 743bec6

Browse files
authored
docs(device_info_plus): Update the documentation URL for property descriptions. (#3441)
1 parent 856340e commit 743bec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/device_info_plus/device_info_plus/lib/src/model/android_device_info.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class AndroidDeviceInfo extends BaseDeviceInfo {
109109
final String tags;
110110

111111
/// The type of build, like "user" or "eng".
112-
/// https://developer.android.com/reference/android/os/Build#TIME
112+
/// https://developer.android.com/reference/android/os/Build#TYPE
113113
final String type;
114114

115115
/// `false` if the application is running in an emulator, `true` otherwise.

0 commit comments

Comments
 (0)