Skip to content

Commit

Permalink
clarify unfreezed documention
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 26, 2024
1 parent 9a77e88 commit ccebbc0
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 ccebbc0

Please sign in to comment.