Skip to content

Commit a893d80

Browse files
author
José Valim
committed
Merge pull request #1095 from mururu/fix-getn-doc
Fix docs for IO.getn
2 parents 56a52f1 + 0142587 commit a893d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/io.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ defmodule IO do
148148

149149
@doc """
150150
Gets a number of bytes from the io device. If the
151-
io device is an unicode device, count implies
151+
io device is a unicode device, count implies
152152
the number of unicode codepoints to be retrieved.
153153
Otherwise, the number of raw bytes. It returns:
154154
@@ -172,7 +172,7 @@ defmodule IO do
172172

173173
@doc """
174174
Gets a number of bytes from the io device. If the
175-
io device is an unicode device, count implies
175+
io device is a unicode device, count implies
176176
the number of unicode codepoints to be retrieved.
177177
Otherwise, the number of raw bytes.
178178
"""

0 commit comments

Comments
 (0)