Skip to content

Commit e987b4b

Browse files
authored
Fix small typo (#8112)
1 parent 67ccc86 commit e987b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/shared/cached_value.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ typedef UpdateFn<T> = Future<T?> Function();
2525
/// a failure, and won't be logged. However, `isAvailable` will return
2626
/// true only if the value is non-null.
2727
///
28-
/// The `updateFn` function should do have its own retry logic.
28+
/// The `updateFn` function should have its own retry logic.
2929
///
3030
/// - The default `timeout` value is half of the `interval`.
3131
///

0 commit comments

Comments
 (0)