12929efa02b5

Typo
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 05 Jan 2017 13:17:43 +0000
parents ebb3f8d21b60
children 7e805d0a00a3
branches/tags (none)
files content/blog/2013/03/list-out-of-lambda.markdown

Changes

--- 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