Skip to content

Commit ecacaa5

Browse files
cebernardwhatyouhide
authored andcommitted
Fix some wording in the IO documentation (#7111)
1 parent 27d3574 commit ecacaa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/elixir/lib/io.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ defmodule IO do
2727
* `:stderr` - a shortcut for the named process `:standard_error`
2828
provided in Erlang
2929
30-
IO devices maintain their position, that means subsequent calls to any
31-
reading or writing functions will start from the place when the device
32-
was last accessed. Position of files can be changed using the
30+
IO devices maintain their position, which means subsequent calls to any
31+
reading or writing functions will start from the place where the device
32+
was last accessed. The position of files can be changed using the
3333
`:file.position/2` function.
3434
3535
"""

0 commit comments

Comments
 (0)