xavi- / node-simple-rate-limiter

A simple way to rate limit how often a function is executed.
76 stars 10 forks source link

Document what unit of time `per()` accepts #4

Closed markstos closed 1 year ago

markstos commented 8 years ago

The unit of time that per() expects should be documented, but isn't.

I'm guessing it's milliseconds, so this patch adjusts the language to reflect that detail.