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.
2 parents 471027f + a1e5e50 commit 30b6124Copy full SHA for 30b6124
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