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.
1 parent 27d3574 commit ecacaa5Copy full SHA for ecacaa5
lib/elixir/lib/io.ex
@@ -27,9 +27,9 @@ defmodule IO do
27
* `:stderr` - a shortcut for the named process `:standard_error`
28
provided in Erlang
29
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
+ IO devices maintain their position, which means subsequent calls to any
+ reading or writing functions will start from the place where the device
+ was last accessed. The position of files can be changed using the
33
`:file.position/2` function.
34
35
"""
0 commit comments