Skip to content

Commit

Permalink
Docs typo fix (#3903)
Browse files Browse the repository at this point in the history
## Related Issues

Docs typo fix on `UncontrolledProviderScope`.

## Checklist

  ```md
  ## Unreleased fix/major/minor

  - Docs typo fix on `UncontrolledProviderScope`. (thanks to @bqubique)
  ```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Minor documentation comment update for `UncontrolledProviderScope`
class
	- Improved clarity by correcting formatting in comment text

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
bqubique authored Jan 8, 2025
1 parent d7dffae commit 06efa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_riverpod/lib/src/framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class ProviderScopeState extends State<ProviderScope> {
/// {@template riverpod.UncontrolledProviderScope}
/// Expose a [ProviderContainer] to the widget tree.
///
/// This is what makes `ref.watch(`/`Consumer`/`ref.read` work.
/// This is what makes `ref.watch`/`Consumer`/`ref.read` work.
/// {@endtemplate}
@sealed
class UncontrolledProviderScope extends InheritedWidget {
Expand Down

0 comments on commit 06efa8d

Please sign in to comment.