We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a19342 commit 74b324dCopy full SHA for 74b324d
Scalatron/doc/tutorial/tutorial_20_bot_09.md
@@ -217,7 +217,7 @@ The modifier keyword `case` before the `class` keyword basically instructs the c
217
218
* an immutable field for each parameter of the `class` definition
219
* an `equals()` method that tests equality by checking each field
220
-* a `hasCode` method that takes into account each field
+* a `hashCode` method that takes into account each field
221
* a `toString` method that takes into account each field
222
223
as well as a few others. Upgrading a `class` to a `case class` also automatically
0 commit comments