From 66002f75a2006240b715940f8ce7f8379807c6f2 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Wed, 16 Dec 2015 01:06:36 -0500 Subject: [PATCH] fix typo in changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 83b1867..143c96e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ * walker and codewalker can now be late-bound parameterized ## 0.7.0 -* Added late-bound parameterization feauture: allows selectors that require params to be precompiled without the parameters, and the parameters are supplied later in bulk. This effectively enables Specter to be used in any situation with very high performance. +* Added late-bound parameterization feature: allows selectors that require params to be precompiled without the parameters, and the parameters are supplied later in bulk. This effectively enables Specter to be used in any situation with very high performance. * Converted Specter built-in selectors to use late-bound parameterization when appropriate * ALL, FIRST, and LAST are now precompiled