Skip to content

Commit 8e6fe75

Browse files
committed
Update README.md
1 parent e5acc15 commit 8e6fe75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The return value indicates if you should continue writing right now. This return
139139
| Operate on written data,
140140
then read the result | Transform | \_transform!, \_flush?
141141

142-
In your implementation code, it is very important to never call the methods described in API for Stream Consumers. Otherwise, you can potentially cause adverse side effects in programs that consume your streaming interfaces.
142+
**In your implementation code, it is very important to never call the methods described in API for Stream Consumers.** Otherwise, you can potentially cause adverse side effects in programs that consume your streaming interfaces.
143143

144144
**Note:** Method prefixed with an underscore are internal to the class that defines it, and should not be called directly by user programs. However, you are expected to override this method in your own extension classes.
145145

0 commit comments

Comments
 (0)