From c6d7868e587add490dd1d2c8da2f3912c92d37a8 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Sun, 13 Oct 2013 22:32:03 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17f8d1..ab5f130 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ console.log(c.value()) //=> 5 **dvl.applyAlways** -Auto invalidation is often the desired behavior and a convenience since the arguments within the 'worker function' will never be null, but sometimes it does make scenes for the result of the apply to be something valid even if some of the arguments are invalid. +Auto invalidation is often the desired behavior and a convenience since the arguments within the 'worker function' will never be null, but sometimes it does make sense for the result of the apply to be something valid even if some of the arguments are invalid. ```javascript var who = dvl('Jason');