Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Sep 5, 2024
1 parent ded12b7 commit f2a9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This library requires:

### Equatable Attributes

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

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

Expand Down

0 comments on commit f2a9dc6

Please sign in to comment.