From 2085963d190b7d69331a99fb25a93d31d002bd4c Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Sat, 15 Oct 2011 11:09:49 +0100 Subject: [PATCH] Fix typo. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ab31da513..f95bf17bd 100644 --- a/index.html +++ b/index.html @@ -776,7 +776,7 @@ _.functions(_); extend_.extend(destination, *sources)
Copy all of the properties in the source objects over to the - destination object. It's in-order, to the last source will override + destination object. It's in-order, so the last source will override properties of the same name in previous arguments.