Skip to content

Commit

Permalink
fix: accidental update
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Oct 15, 2023
1 parent 51e41f3 commit e9a0d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/A-buffered-channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
func main() {
runtime.GOMAXPROCS(2)

messages := make(chan int, 2)
messages := make(chan int, 3)

go func() {
for {
Expand Down

0 comments on commit e9a0d9f

Please sign in to comment.