Skip to content

Commit a1e5e50

Browse files
authored
Typo
1 parent 471027f commit a1e5e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scalatutorial/sections/ImperativeProgramming.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ object ImperativeProgramming extends ScalaTutorialSection {
283283
*
284284
* == While-Loops ==
285285
*
286-
* We can also write loops with the `wile` keyword:
286+
* We can also write loops with the `while` keyword:
287287
*
288288
* {{{
289289
* def power (x: Double, exp: Int): Double = {

0 commit comments

Comments
 (0)