aboutsummaryrefslogtreecommitdiff
path: root/lib/util/storage_handler.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/storage_handler.dart')
-rw-r--r--lib/util/storage_handler.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/storage_handler.dart b/lib/util/storage_handler.dart
index 1e12ed7..fe27b93 100644
--- a/lib/util/storage_handler.dart
+++ b/lib/util/storage_handler.dart
@@ -1,6 +1,6 @@
import 'package:shared_preferences/shared_preferences.dart';
-/// Handles all persistance related app storage
+/// Handles app data persistence related app storage
class StorageHandler {
/// Stores the given `data` as a string with the `key`.
static Future<String> store(String key, String data) async {