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 15d34e0 + ca0dcf8 commit 7d116d7Copy full SHA for 7d116d7
src/main/scala/scalatutorial/sections/FunctionalLoops.scala
@@ -55,7 +55,7 @@ object FunctionalLoops extends ScalaTutorialSection {
55
*
56
* Note that `&&` and `||` do not always need their right operand to be evaluated.
57
58
- * We say, these expressions use “short-circuit evaluation”.
+ * We say these expressions use “short-circuit evaluation”.
59
60
* = Computing the Square Root of a Value =
61
0 commit comments