# HG changeset patch # User Steve Losh # Date 1483622263 0 # Node ID 12929efa02b51a90cdeade70465a48946006a595 # Parent ebb3f8d21b60ee5ae71d95037d4ca84ad2fb2910 Typo diff -r ebb3f8d21b60 -r 12929efa02b5 content/blog/2013/03/list-out-of-lambda.markdown --- a/content/blog/2013/03/list-out-of-lambda.markdown Thu Jan 05 13:17:26 2017 +0000 +++ b/content/blog/2013/03/list-out-of-lambda.markdown Thu Jan 05 13:17:43 2017 +0000 @@ -309,7 +309,7 @@ }; ``` -If you're not used to recursive definitions like this, you may way to take +If you're not used to recursive definitions like this, you may want to take a few minutes and try to work out how it works. Here's an example: ```javascript