Skip to content

Commit 7c0a6db

Browse files
author
Yuriy Nazarenko
committed
Fixed README.md paragraph number
1 parent e00324a commit 7c0a6db

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
@@ -56,7 +56,7 @@ It will be stuck otherwise.
5656
pipeline.Push("something")
5757
```
5858

59-
4. Close pipeline to clean up its resources and close its output channel after the last message.
59+
5. Close pipeline to clean up its resources and close its output channel after the last message.
6060
All internal channels, goroutines, including `Out()` channel will be closed in a cascade.
6161
```go
6262
pipeline.Close()

0 commit comments

Comments
 (0)