Skip to content

Commit 71680c2

Browse files
authored
docs: fixed semantics (#1317)
1 parent b8b4110 commit 71680c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/freezed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ abstract class ResultData<T> extends Result<T> with _$ResultData<T> {
12021202
12031203
##### When
12041204

1205-
The [when] method is the equivalent to pattern matching with destructing.
1205+
The [when] method is the equivalent to pattern matching with destructuring.
12061206
The prototype of the method depends on the constructors defined.
12071207

12081208
For example, with:

0 commit comments

Comments
 (0)