Skip to content

Commit

Permalink
s/rate/throttle/
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Aug 30, 2015
1 parent 51ef65a commit dd3d5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples.js
Expand Up @@ -146,7 +146,7 @@ describe('examples', function () {
});

describe('fn', function () {
it('rate', function (done) {
it('throttle', function (done) {
var xs = [];
var f = function () {
xs.push((new Date()).getTime());
Expand Down

0 comments on commit dd3d5d6

Please sign in to comment.