Skip to content

Commit cb0cb98

Browse files
authored
Merge pull request #42 from exp0nge/patch-1
typo: double "is"
2 parents bf8f816 + 7a61b23 commit cb0cb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/DefinitionsAndEvaluation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ object DefinitionsAndEvaluation extends ScalaTutorialSection {
194194
* = Call-by-name and call-by-value =
195195
*
196196
* The first evaluation strategy is known as ''call-by-value'',
197-
* the second is is known as ''call-by-name''.
197+
* the second is known as ''call-by-name''.
198198
*
199199
* Both strategies reduce to the same final values
200200
* as long as

0 commit comments

Comments
 (0)