Skip to content

Commit

Permalink
Fix typo (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
TortillaZHawaii committed Oct 25, 2022
1 parent 3753ff9 commit b285441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/picture_provider.dart
Expand Up @@ -422,7 +422,7 @@ abstract class PictureProvider<T, U> {
/// An immutable key representing the current state of a [PictureProvider].
@immutable
class PictureKey<T> {
/// Creates a new immutable key reprenseting the current state of a
/// Creates a new immutable key representing the current state of a
/// [PictureProvider] for the [PictureCache].
const PictureKey(
this.keyData, {
Expand Down

0 comments on commit b285441

Please sign in to comment.