Fix spelling: occurence -> occurrence

This commit is contained in:
Jason Davies
2010-11-11 23:25:31 +00:00
parent e0a3d696be
commit 6763b06192
2 changed files with 2 additions and 2 deletions

View File

@@ -338,7 +338,7 @@
};
// If the browser doesn't supply us with indexOf (I'm looking at you, **MSIE**),
// we need this function. Return the position of the first occurence of an
// we need this function. Return the position of the first occurrence of an
// item in an array, or -1 if the item is not included in the array.
// Delegates to **ECMAScript 5**'s native `indexOf` if available.
_.indexOf = function(array, item) {