Skip to content

Commit 8848161

Browse files
committed
use the correct url in the status
i was trying to see how Go implemented rate limiting, but noticed that the url in the comments was about tickers.
1 parent cdf10b2 commit 8848161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/go-by-example-channels/rate-limiting.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Channel = Concurrent::Channel
88

99
## Go by Example: Rate Limiting
10-
# https://gobyexample.com/tickers
10+
# https://gobyexample.com/rate-limiting
1111

1212
requests = Channel.new(buffer: :buffered, capacity: 5)
1313
(1..5).each do |i|

0 commit comments

Comments
 (0)