Skip to content

Commit d89c1a2

Browse files
authored
docs: capitalize bullet points in model definition steps (#1306)
1 parent 450b77e commit d89c1a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/freezed/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ To migrate from 2.0.0 to 3.0.0, see [changelog](https://github.com/rrousselGit/f
1616

1717
Dart is awesome, but defining a "model" can be tedious. You have to:
1818

19-
- define a constructor + properties
20-
- override `toString`, `operator ==`, `hashCode`
21-
- implement a `copyWith` method to clone the object
22-
- handle (de)serialization
19+
- Define a constructor + properties
20+
- Override `toString`, `operator ==`, `hashCode`
21+
- Implement a `copyWith` method to clone the object
22+
- Handle (de)serialization
2323

2424
Implementing all of this can take hundreds of lines, which are error-prone
2525
and affect the readability of your model significantly.

0 commit comments

Comments
 (0)