summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/intro.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 190a1cf..bdcace0 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -64,7 +64,7 @@ Concepts introduced:
* Flow control forms (if, lambda)
* Recursion
-Fibbonaci example.
+Factorial example.
************
Fixing a bug
@@ -74,7 +74,7 @@ Concepts introduced:
* *Tail* recursion and why it's special
-Redo fibboanci as a tail-recursive function.
+Redo factorial as a tail-recursive function.
*********************
Thinking functionally
@@ -85,7 +85,8 @@ Concepts introduced:
* Higher-order functions and why they're important
* Reduce
-Redo fibbonaci as a fold.
+Redo factorial as a fold.
-****
+************************
Draw the rest of the owl
+************************