File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ defmodule File do
62
62
63
63
In order to write and read files, one must use the
64
64
functions in the IO module. By default, a file is
65
- opened on binary mode which requires the functions
65
+ opened in binary mode which requires the functions
66
66
`IO.binread`, `IO.binwrite` and `IO.binreadline` to
67
67
interact with the file. A developer may pass `:utf8`
68
68
as an option when opening the file and then all other
@@ -713,7 +713,7 @@ defmodule File do
713
713
Opens the given `path` according to the given list of modes.
714
714
715
715
In order to write and read files, one must use the functions
716
- in the IO module. By default, a file is opened on binary mode
716
+ in the IO module. By default, a file is opened in binary mode
717
717
which requires the functions `IO.binread`, `IO.binwrite` and
718
718
`IO.binreadline` to interact with the file. A developer may pass
719
719
`:utf8` as an option when opening the file and then all other
You can’t perform that action at this time.
0 commit comments