Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LowLevelSubmarine committed Mar 26, 2024
1 parent e75d8c0 commit 6d40327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ilist/ilist.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ abstract class IList<T> // ignore: must_be_immutable
IList.withConfig(iterable ?? const [], defaultConfig);

/// Create an empty [IList].
/// Use it with const: `const IList.empty()` (It's always an [IListConst]).
/// Use it with const: `const IList.empty()` (It's always an [IListEmpty]).
@literal
const factory IList.empty() = IListEmpty<T>;

Expand Down

0 comments on commit 6d40327

Please sign in to comment.