Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 26, 2023
1 parent 93549cd commit 9277f7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"unfreezed"
]
}
4 changes: 2 additions & 2 deletions packages/freezed_annotation/lib/freezed_annotation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ class Default {
}

/// Marks a union type to implement the interface [stringType] or type T.
/// In the case below `City` will implement `AdministrativeArea<Hoouse>`.
/// In the case below `City` will implement `AdministrativeArea<House>`.
/// ```dart
/// @freezed
/// abstract class Example with _$Example {
Expand All @@ -567,7 +567,7 @@ class Default {
/// ```
///
/// If interface is generic the `Implements.fromString` constructor must be used
/// otherwise freezed will generate correct codee but dart will throw a load
/// otherwise freezed will generate correct code but dart will throw a load
/// error on the annotation declaration.
///
/// Note: You need to make sure that you comply with the interface requirements
Expand Down

0 comments on commit 9277f7f

Please sign in to comment.