ejfinneran / ratelimit

A Redis-backed rate limiter written in Ruby
MIT License
257 stars 55 forks source link

RateLimit -> Ratelimit in documentation #29

Closed thomas-mcdonald closed 7 years ago

thomas-mcdonald commented 7 years ago

Tripped me up - documentation refers to creating a RateLimit object but the class is actually capitalised Ratelimit.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.413% when pulling 224ce3a4bfe8c9256b3f09d9771e87be5bcbc931 on thomas-mcdonald:docs-capitalisation-fix into 4b414ec2c14b25475d4bf645d27470da625cb956 on ejfinneran:master.

ejfinneran commented 7 years ago

Good catch. Thanks for submitting this!