Skip to content

Commit 30b6124

Browse files
authored
Merge pull request #6 from btoueg/patch-1
Typo
2 parents 471027f + a1e5e50 commit 30b6124

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)