Skip to content

Commit 342da87

Browse files
authored
Update README.md
1 parent 460451f commit 342da87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Uses Annotation processing to generate builders for records.
77

88
## Distinguishing features
9-
- By default Collection/Optional Types will not be null (an empty collection/optional will be provided)
10-
- can choose the default value of a record component in the generated builder
9+
- By default, Collection/Optional Types will not be null (an empty collection/optional will be provided)
10+
- We can choose the default value of a record component in the generated builder
1111
- Copies nullability annotations to the generated setters to aid in static analysis
1212

1313
## Usage

0 commit comments

Comments
 (0)