Skip to content

Commit

Permalink
Minor doc comment improvement, per PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed Jan 12, 2024
1 parent d5fdc31 commit 811c952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/lib/generators/integrations/integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ abstract class Integration {
const String deprecationMessagePackage =
"@Deprecated('Do not specify package for a generated library asset')";

/// Useful metadata about the a parsed Asset file. Which is used when
/// [parseMetadata] is true.
/// Useful metadata about the parsed asset file when [parseMetadata] is true.
/// Currently only contains the width and height, but could contain more in
/// future.
class ImageMetadata {
Expand Down

0 comments on commit 811c952

Please sign in to comment.