Skip to content

Commit fdee757

Browse files
Merge pull request #65 from sauntimo/patch-3
grammar fix
2 parents 173b866 + fb291b7 commit fdee757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/StructuringInformation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ object StructuringInformation extends ScalaTutorialSection {
160160
* = Equals =
161161
*
162162
* It is worth noting that, since the purpose of case classes is to
163-
* aggregate values, comparing case class instances compare their values:
163+
* aggregate values, comparing case class instances compares their values:
164164
*
165165
*/
166166
def caseClassEquals(res0: Boolean, res1: Boolean): Unit = {

0 commit comments

Comments
 (0)