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 d952ca8 commit db4bd9bCopy full SHA for db4bd9b
Scalatron/doc/markdown/Scalatron Tutorial.md
@@ -1795,7 +1795,7 @@ The modifier keyword `case` before the `class` keyword basically instructs the c
1795
1796
* an immutable field for each parameter of the `class` definition
1797
* an `equals()` method that tests equality by checking each field
1798
-* a `hasCode` method that takes into account each field
+* a `hashCode` method that takes into account each field
1799
* a `toString` method that takes into account each field
1800
1801
as well as a few others. Upgrading a `class` to a `case class` also automatically
0 commit comments