Skip to content

Commit 1c52c4c

Browse files
authored
Merge pull request #14 from ecamellini/patch-1
Fixing typo in Standard Library
2 parents 34186e4 + 0ac1f24 commit 1c52c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/StandardLibrary.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ object StandardLibrary extends ScalaTutorialSection {
6464
* val nums = 1 :: 2 :: 3 :: 4 :: Nil
6565
* }}}
6666
*
67-
* Operators ending in “`:`” are also different in the they are seen as method calls of
67+
* Operators ending in “`:`” are also different in the fact that they are seen as method calls of
6868
* the ''right-hand'' operand.
6969
*
7070
* So the expression above is equivalent to:

0 commit comments

Comments
 (0)