Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perguth committed Apr 23, 2016
1 parent e5acc15 commit 8e6fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The return value indicates if you should continue writing right now. This return
| Operate on written data,
then read the result | Transform | \_transform!, \_flush?

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.
**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.

**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.

Expand Down

0 comments on commit 8e6fe75

Please sign in to comment.