diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2017-11-19 04:38:40 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2017-11-19 04:38:40 -0500 |
| commit | 93969125872358d896ca6125c08fe73d3e1e4483 (patch) | |
| tree | 4a93e1e29de11acd48e32d4cfbddc605dd8a97da /docs/intro.rst | |
| parent | 255b03edf814b69788209cdb2106586ea76711c5 (diff) | |
Corrections
Diffstat (limited to 'docs/intro.rst')
| -rw-r--r-- | docs/intro.rst | 9 |
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 +************************ |
