Skip to content

Commit

Permalink
Merge pull request #2224 from banterability/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
michaelficarra committed Jun 26, 2015
2 parents 77f0d8b + 094edb7 commit a8e44dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@
source += "';\n" + evaluate + "\n__p+='";
}

// Adobe VMs need the match returned to produce the correct offest.
// Adobe VMs need the match returned to produce the correct offset.
return match;
});
source += "';\n";
Expand Down

0 comments on commit a8e44dc

Please sign in to comment.