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.
1 parent 471027f commit a1e5e50Copy full SHA for a1e5e50
src/main/scala/scalatutorial/sections/ImperativeProgramming.scala
@@ -283,7 +283,7 @@ object ImperativeProgramming extends ScalaTutorialSection {
283
*
284
* == While-Loops ==
285
286
- * We can also write loops with the `wile` keyword:
+ * We can also write loops with the `while` keyword:
287
288
* {{{
289
* def power (x: Double, exp: Int): Double = {
0 commit comments