Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update library.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Dec 12, 2023
1 parent c6b71bc commit ea37848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/specs/library.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ abstract class Library

/// A comment indicating the tool this library was generated by.
///
/// This is typically of the form `Generated by xxx.` (and should exclude
/// leading line comment characters).
/// This is typically of the form `Generated by xxx.`; it should exclude
/// leading line comment characters.
String? get generatedByComment;

/// A list of analysis issues to ignore (`ignore_for_file: ...`).
Expand Down

0 comments on commit ea37848

Please sign in to comment.