Skip to content

Commit

Permalink
Fix small typo (#8112)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Oct 7, 2024
1 parent 67ccc86 commit e987b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/shared/cached_value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ typedef UpdateFn<T> = Future<T?> Function();
/// a failure, and won't be logged. However, `isAvailable` will return
/// true only if the value is non-null.
///
/// The `updateFn` function should do have its own retry logic.
/// The `updateFn` function should have its own retry logic.
///
/// - The default `timeout` value is half of the `interval`.
///
Expand Down

0 comments on commit e987b4b

Please sign in to comment.