From d459b49f4c68313de94646d7492a4e5fa1780a3e Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sat, 6 Dec 2014 17:35:02 +0100 Subject: [PATCH] Fix typo --- readme-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-template.md b/readme-template.md index 4ab422b..62e11a7 100644 --- a/readme-template.md +++ b/readme-template.md @@ -199,7 +199,7 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Johan Andersson](https://github.com/rejeep) contributed `-sum`, `-product` and `-same-items?` - [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose` - [Steve Lamb](https://github.com/steventlamb) contributed `-cycle`, `-pad`, `-annotate`, `-zip-fill` and an n-ary version of `-zip`. - - [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family use `-let` desctructuring and improved script for generating documentation. + - [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family use `-let` destructuring and improved script for generating documentation. Thanks!