diff --git a/underscore.js b/underscore.js index b50115df5..a2a0d5703 100644 --- a/underscore.js +++ b/underscore.js @@ -283,7 +283,7 @@ return result.value; }; - // Shuffle an array, using the modern version of the + // Shuffle an array, using the modern version of the // [Fisher-Yates shuffle](http://en.wikipedia.org/wiki/Fisher–Yates_shuffle). _.shuffle = function(obj) { var rand;