Skip to content

Commit e2771c6

Browse files
committed
fix typo
1 parent 357db25 commit e2771c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vector_graphics/lib/src/listener.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import 'loader.dart';
2020

2121
const VectorGraphicsCodec _codec = VectorGraphicsCodec();
2222

23-
/// The deocded result of a vector graphics asset.
23+
/// The decoded result of a vector graphics asset.
2424
class PictureInfo {
2525
/// Construct a new [PictureInfo].
2626
PictureInfo._(this.picture, this.size);

0 commit comments

Comments
 (0)