We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56a52f1 + 0142587 commit a893d80Copy full SHA for a893d80
lib/elixir/lib/io.ex
@@ -148,7 +148,7 @@ defmodule IO do
148
149
@doc """
150
Gets a number of bytes from the io device. If the
151
- io device is an unicode device, count implies
+ io device is a unicode device, count implies
152
the number of unicode codepoints to be retrieved.
153
Otherwise, the number of raw bytes. It returns:
154
@@ -172,7 +172,7 @@ defmodule IO do
172
173
174
175
176
177
Otherwise, the number of raw bytes.
178
"""
0 commit comments