Skip to content

Commit be6cdd9

Browse files
authored
Update README.md
1 parent fdb4d82 commit be6cdd9

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
@@ -41,7 +41,7 @@ This library requires:
4141

4242
### Equatable Attributes
4343

44-
Place equatable attribute on a `class`, `record` or `struct`. The source generator will create a partial with overrides for `Equals` and `GetHashCode`.
44+
Place `[Equatable]` attribute on a `class`, `record` or `struct`. The source generator will create a partial with overrides for `Equals` and `GetHashCode` for all public properties.
4545

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

0 commit comments

Comments
 (0)