Skip to content

Commit

Permalink
Update unmodifiable_set_from_iset.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Jan 21, 2025
1 parent 80628c3 commit a83f491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/iset/unmodifiable_set_from_iset.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import 'iset.dart';
/// [UnmodifiableSetFromISet] accepts both a [Set] and an [ISet]. Note both are views, so they
/// are fast to create, but if you create them from a regular [Set] and then modify that original
/// [Set], you will also be modifying the views. Also note, if you create an
/// [UnmodifiableSetFromISet] from an [ISt], then it's totally safe because the original [ISet]
/// [UnmodifiableSetFromISet] from an [ISet], then it's totally safe because the original [ISet]
/// can't be modified.
///
/// See also: [ModifiableSetFromISet]
Expand Down

0 comments on commit a83f491

Please sign in to comment.