Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object StandardLibrary extends ScalaTutorialSection {
* val nums = 1 :: 2 :: 3 :: 4 :: Nil
* }}}
*
* Operators ending in “`:`” are also different in the they are seen as method calls of
* Operators ending in “`:`” are also different in the fact that they are seen as method calls of
* the ''right-hand'' operand.
*
* So the expression above is equivalent to:
Expand Down