We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435a3df commit 1fc14b6Copy full SHA for 1fc14b6
README.md
@@ -365,7 +365,7 @@ Rill provides **FromSeq** and **FromSeq2** functions to convert an iterator into
365
a stream. Additionally, there's a **ToSeq2** function to convert a stream back into an iterator.
366
367
**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.
+It gives more control and performs all necessary cleanup and draining, even if the loop is terminated early using *break* or *return*.
369
370
[Full runnable example](https://pkg.go.dev/github.com/destel/rill#example-ToSeq2)
371
0 commit comments