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 bf8f816 + 7a61b23 commit cb0cb98Copy full SHA for cb0cb98
src/main/scala/scalatutorial/sections/DefinitionsAndEvaluation.scala
@@ -194,7 +194,7 @@ object DefinitionsAndEvaluation extends ScalaTutorialSection {
194
* = Call-by-name and call-by-value =
195
*
196
* The first evaluation strategy is known as ''call-by-value'',
197
- * the second is is known as ''call-by-name''.
+ * the second is known as ''call-by-name''.
198
199
* Both strategies reduce to the same final values
200
* as long as
0 commit comments