Skip to content

Commit

Permalink
Merge pull request #3763 from ljbkusters/3762-fix-typo-autodisposable…
Browse files Browse the repository at this point in the history
…-async-notifier

Fix typo (#3762)
  • Loading branch information
rrousselGit authored Oct 7, 2024
2 parents feac6ad + 8cf9e09 commit da544d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased fix

- Fixed a typo in the documentation (thanks to @ljbkusters)

## 2.5.1 - 2024-03-10

- Improved `Provider(dependencies: [...])` documentation.
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/lib/src/async_notifier/base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ abstract class AsyncNotifier<State> extends BuildlessAsyncNotifier<State> {
abstract class AsyncNotifierProviderRef<T> implements Ref<AsyncValue<T>> {}

/// {@template riverpod.async_notifier_provider}
/// A provider which creates and listen to an [AsyncNotifier].
/// A provider which creates and listens to an [AsyncNotifier].
///
/// This is similar to [FutureProvider] but allows to perform side-effects.
///
Expand Down

0 comments on commit da544d4

Please sign in to comment.