Skip to content

Commit

Permalink
Merge pull request #2 from AfterShip/victor-develop-patch-wrong-jsdoc
Browse files Browse the repository at this point in the history
🐛 Fix wrong jsdoc
  • Loading branch information
Bossa573 authored Apr 30, 2019
2 parents 4c1c881 + 57578da commit 363b7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');
class Limiter {
/**
*
* @param {Object} redis_client - redis connection client instance, ioredis only
* @param {Object} redisClient - redis connection client instance, ioredis only
* @param {string} key - key of the limiter
* @param {number} limit - rate limit within duration
* @param {number} duration - within this period (second), number of 'limit' tokens can be used
Expand Down

0 comments on commit 363b7bb

Please sign in to comment.