Skip to content

Commit 7d116d7

Browse files
Merge pull request #52 from SCKelemen/patch-1
Grammar fix
2 parents 15d34e0 + ca0dcf8 commit 7d116d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/FunctionalLoops.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object FunctionalLoops extends ScalaTutorialSection {
5555
*
5656
* Note that `&&` and `||` do not always need their right operand to be evaluated.
5757
*
58-
* We say, these expressions use “short-circuit evaluation”.
58+
* We say these expressions use “short-circuit evaluation”.
5959
*
6060
* = Computing the Square Root of a Value =
6161
*

0 commit comments

Comments
 (0)