From 93969125872358d896ca6125c08fe73d3e1e4483 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sun, 19 Nov 2017 04:38:40 -0500 Subject: Corrections --- docs/intro.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/intro.rst') 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 +************************ -- cgit v1.2.3