Skip to content

Commit f2a9dc6

Browse files
committed
Update README.md
1 parent ded12b7 commit f2a9dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This library requires:
4040

4141
### Equatable Attributes
4242

43-
Place equatable attribute on a `class`, `record` or `struct`. The source generate will create a partial with overrides for `Equals` and `GetHashCode`.
43+
Place equatable attribute on a `class`, `record` or `struct`. The source generator will create a partial with overrides for `Equals` and `GetHashCode`.
4444

4545
- `[Equatable]` Marks the class to generate overrides for `Equals` and `GetHashCode`
4646

0 commit comments

Comments
 (0)