From 9d9595c3204614544bd697d4b4e2ceaf5fb333d8 Mon Sep 17 00:00:00 2001 From: Viswanath Chadalapaka Date: Mon, 13 May 2024 21:48:54 -0700 Subject: [PATCH] fix typo Signed-off-by: Viswanath Chadalapaka --- packages/vector_graphics/lib/src/listener.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vector_graphics/lib/src/listener.dart b/packages/vector_graphics/lib/src/listener.dart index d1d958a3..be008b6a 100644 --- a/packages/vector_graphics/lib/src/listener.dart +++ b/packages/vector_graphics/lib/src/listener.dart @@ -20,7 +20,7 @@ import 'loader.dart'; const VectorGraphicsCodec _codec = VectorGraphicsCodec(); -/// The deocded result of a vector graphics asset. +/// The decoded result of a vector graphics asset. class PictureInfo { /// Construct a new [PictureInfo]. PictureInfo._(this.picture, this.size);