Skip to content

Commit 3a6d98b

Browse files
authored
Fixed spelling on GetHashCode
1 parent 0aee6e1 commit 3a6d98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessions/Season-01/0111-CSharpNine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Records are a new reference type that synthesizes methods to provide semantics f
1717
The compiler will generate the following methods for you in a record type:
1818

1919
- Methods for value-based equality comparisons
20-
- GetHasCode()
20+
- GetHashCode()
2121
- Copy and Clone members
2222
- `PrintMembers` and `ToString()`
2323

0 commit comments

Comments
 (0)