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 34186e4 + 0ac1f24 commit 1c52c4cCopy full SHA for 1c52c4c
src/main/scala/scalatutorial/sections/StandardLibrary.scala
@@ -64,7 +64,7 @@ object StandardLibrary extends ScalaTutorialSection {
64
* val nums = 1 :: 2 :: 3 :: 4 :: Nil
65
* }}}
66
*
67
- * 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
68
* the ''right-hand'' operand.
69
70
* So the expression above is equivalent to:
0 commit comments