From 0f237f57f3b8da9bdbb489214847bbfa49aaa52e Mon Sep 17 00:00:00 2001 From: Lorem Ipsum Date: Mon, 7 Oct 2013 21:24:50 +0200 Subject: [PATCH] Update README.md Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17f8d1..8d3a1b5 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ b.value(4); console.log(c.value()); //=> 5 ``` -The above example is equvelant to the first `dvl.apply` example. +The above example is equivalent to the first `dvl.apply` example. We must explicitly declare that the function being registered will be changing `c`. This is important for DVL to calculate the dependency graph and ensure that it is acyclic. Modifying a variable without specifying that it might be modified will throw an error.