chore(platform): Fix comment typo

pull/240/head
NaiJi ✨ 2023-07-20 17:19:29 -03:00
parent 91a22394f5
commit 06a857aa8c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class PlatformAdapter {
return path; return path;
} }
/// Running operation environment. /// Running operating environment.
static Future<String> get deviceName async { static Future<String> get deviceName async {
final DeviceInfoPlugin deviceInfo = DeviceInfoPlugin(); final DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
if (kIsWeb) { if (kIsWeb) {