Skip to content

Commit

Permalink
Merge pull request #7 from rogpeppe/update-doc-comment
Browse files Browse the repository at this point in the history
mention "rate limit" in the package doc
  • Loading branch information
rogpeppe committed Jun 19, 2015
2 parents 16ec136 + 3742bd2 commit 772f5c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ratelimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// Licensed under the LGPLv3 with static-linking exception.
// See LICENCE file for details.

// The ratelimit package provides an efficient token bucket implementation.
// The ratelimit package provides an efficient token bucket implementation
// that can be used to limit the rate of arbitrary things.
// See http://en.wikipedia.org/wiki/Token_bucket.
package ratelimit

Expand Down

0 comments on commit 772f5c3

Please sign in to comment.