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.
2 parents 173b866 + fb291b7 commit fdee757Copy full SHA for fdee757
src/main/scala/scalatutorial/sections/StructuringInformation.scala
@@ -160,7 +160,7 @@ object StructuringInformation extends ScalaTutorialSection {
160
* = Equals =
161
*
162
* It is worth noting that, since the purpose of case classes is to
163
- * aggregate values, comparing case class instances compare their values:
+ * aggregate values, comparing case class instances compares their values:
164
165
*/
166
def caseClassEquals(res0: Boolean, res1: Boolean): Unit = {
0 commit comments