diff --git a/docs/newChapters/the_law/5a_Problem_memoize4_nestedCalls.md b/docs/newChapters/the_law/5a_Problem_memoize4_nestedCalls.md index f67290b..17cf29b 100644 --- a/docs/newChapters/the_law/5a_Problem_memoize4_nestedCalls.md +++ b/docs/newChapters/the_law/5a_Problem_memoize4_nestedCalls.md @@ -47,7 +47,7 @@ function goGorillas(){ return "gorillas"; } -function theJungle(sometimes){ +function goJungle(sometimes){ if(sometimes) return [goBananas(), goGorillas()]; return [goBananas()]; @@ -96,4 +96,4 @@ In the next chapters we will discuss the pros and cons of deep regulators, and h ## References -* \ No newline at end of file +*