Skip to content

Commit dde08f8

Browse files
author
Ronald P
authored
Update DefinitionsAndEvaluations.scala
Typo in describing the use of value in infinite loops
1 parent 1c52c4c commit dde08f8

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
@@ -163,7 +163,7 @@ object DefinitionsAndEvaluation extends ScalaTutorialSection {
163163
* def x = loop
164164
* }}}
165165
*
166-
* is OK, but a definition
166+
* is OK, but a value
167167
*
168168
* {{{
169169
* val x = loop

0 commit comments

Comments
 (0)