Skip to content

Commit

Permalink
Docs: minor edit in IO::Buffered related to #read_buffering? (#6474)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff authored and RX14 committed Aug 2, 2018
1 parent ae9c524 commit d06469e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/io/buffered.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# The `IO::Buffered` mixin enhances an `IO` with input/output buffering.
#
# The buffering behaviour can be turned on/off with the `#sync=` method.
# The buffering behaviour can be turned on/off with the `#sync=` and
# `#read_buffering=` methods.
#
# Additionally, several methods, like `#gets`, are implemented in a more
# efficient way.
Expand Down

0 comments on commit d06469e

Please sign in to comment.