Skip to content

Commit

Permalink
Fix typo in IO doc
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored and jhass committed Mar 28, 2018
1 parent 9f28c77 commit bc1c7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require "c/errno"
# The `IO` class is the basis for all input and output in Crystal.
#
# This class is inherited by types like `File`, `Socket` and `IO::Memory` and
# provide many useful methods for reading from and writing to an IO, like `print`, `puts`,
# provides many useful methods for reading from and writing to an IO, like `print`, `puts`,
# `gets` and `printf`.
#
# The only requirement for a type including the `IO` module is to define
Expand Down

0 comments on commit bc1c7a9

Please sign in to comment.