We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ccc86 commit e987b4bCopy full SHA for e987b4b
app/lib/shared/cached_value.dart
@@ -25,7 +25,7 @@ typedef UpdateFn<T> = Future<T?> Function();
25
/// a failure, and won't be logged. However, `isAvailable` will return
26
/// true only if the value is non-null.
27
///
28
-/// The `updateFn` function should do have its own retry logic.
+/// The `updateFn` function should have its own retry logic.
29
30
/// - The default `timeout` value is half of the `interval`.
31
0 commit comments