Skip to content

Commit

Permalink
Probably Metaphor NOT Metapher [sic].
Browse files Browse the repository at this point in the history
  • Loading branch information
lloy0076 authored and malkusch committed Dec 28, 2017
1 parent a0c31a4 commit 5038add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a threadsafe implementation of the [Token Bucket algorithm](https://en.w
in PHP. You can use a token bucket to limit an usage rate for a resource
(e.g. a stream bandwidth or an API usage).

The token bucket is an abstract metapher which doesn't have a direction of
The token bucket is an abstract metaphor which doesn't have a direction of
the resource consumption. I.e. you can limit a rate for consuming or producing.
E.g. you can limit the consumption rate of a third party API service, or you
can limit the usage rate of your own API service.
Expand Down

0 comments on commit 5038add

Please sign in to comment.