Skip to content

Commit 1fc14b6

Browse files
committed
Formatting
1 parent 435a3df commit 1fc14b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Rill provides **FromSeq** and **FromSeq2** functions to convert an iterator into
365365
a stream. Additionally, there's a **ToSeq2** function to convert a stream back into an iterator.
366366

367367
**ToSeq2** can be a good alternative to **ForEach** when concurrency is not needed.
368-
It gives more control and performs all necessary cleanup and draining, even if the loop is terminated early using break or return.
368+
It gives more control and performs all necessary cleanup and draining, even if the loop is terminated early using *break* or *return*.
369369

370370
[Full runnable example](https://pkg.go.dev/github.com/destel/rill#example-ToSeq2)
371371

0 commit comments

Comments
 (0)