We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ecad8 commit 64cd9b9Copy full SHA for 64cd9b9
src/main/scala/scalatutorial/sections/FunctionalLoops.scala
@@ -76,7 +76,7 @@ object FunctionalLoops extends ScalaTutorialSection {
76
* - Start with an initial ''estimate'' `y` (let's pick `y = 1`).
77
* - Repeatedly improve the estimate by taking the mean of `y` and `x/y`.
78
*
79
- * Example:
+ * Example: Evaluation of the square root of 2 (x = 2):
80
81
* {{{
82
* Estimation Quotient Mean
0 commit comments