Skip to content

Commit

Permalink
clarify unfreezed documention (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Jul 2, 2024
1 parent 60328c3 commit 83f95b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/freezed_annotation/lib/freezed_annotation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ const freezed = Freezed();
/// Defines a potentially mutable data-class.
///
/// As opposed to [freezed], properties of the object can be mutable.
/// On the other hand, a data class will not implement ==.
/// On the other hand, they will not implement ==.
const unfreezed = Freezed(
equal: false,
addImplicitFinal: false,
Expand Down

0 comments on commit 83f95b3

Please sign in to comment.