Skip to content

Commit

Permalink
Merge pull request #16 from zoofood/patch-1
Browse files Browse the repository at this point in the history
A minor change to meet go documentation standards.
  • Loading branch information
axw authored Mar 14, 2017
2 parents 77ed1c8 + 9e45305 commit acf38b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratelimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the LGPLv3 with static-linking exception.
// See LICENCE file for details.

// The ratelimit package provides an efficient token bucket implementation
// Package ratelimit 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 acf38b0

Please sign in to comment.