Skip to content

Commit

Permalink
Fix indention of Readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
amikai committed Aug 1, 2024
1 parent abf27ba commit e191a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ func main() {
})
for val, err := range rill.ToSeq2(doubleNums) {
fmt.Println(val, err)
// Just want to print the first result and discard the other values.
// Don't worry about goroutine leak here. rill handle it for you.
break
// Just want to print the first result and discard the other values.
// Don't worry about goroutine leak here. rill handle it for you.
break
}
}
```
Expand Down

0 comments on commit e191a67

Please sign in to comment.