Skip to content

Commit fb291b7

Browse files
authored
grammar fix
1 parent d481bef commit fb291b7

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)