From e25c40077815bfcda802ff228978a4ba5d227715 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Sat, 15 Apr 2017 15:46:42 -0400 Subject: [PATCH] fix typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f8de6ff..0d5904b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ * Add `satisfies-protpath?` * Inline cache vars are marked private so as not to interfere with tooling * Improve performance of `ALL` transform on lists by 20% -* Bug fix: Using `pred` no longer inserts unecessary `coerce-nav` call at callsite +* Bug fix: Using `pred` no longer inserts unnecessary `coerce-nav` call at callsite * Bug fix: Dynamic navs in argument position to another nav now properly expanded and compiled * Bug fix: Dynamic parameters nested inside data structures as arguments are now compiled correctly by inline compiler