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 ade1fc8 + ce097cf commit 0712ed3Copy full SHA for 0712ed3
src/main/scala/scalatutorial/sections/TermsAndTypes.scala
@@ -143,7 +143,7 @@ object TermsAndTypes extends ScalaTutorialSection {
143
* The infix syntax can also be used with regular methods:
144
*
145
* {{{
146
- * 1.to(10) == 1 to 10
+ * 1.to(10) == (1 to 10)
147
* }}}
148
149
* Any method with a parameter can be used like an infix operator.
0 commit comments