Skip to content

Commit b761f1a

Browse files
author
José Valim
committed
Wording on File's @moduledoc
1 parent c1f907b commit b761f1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/elixir/lib/file.ex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ defmodule File do
6161
Some of those functions are low-level, allowing the user
6262
to interact with the file or IO devices, like `File.open/2`,
6363
`File.copy/3` and others. This module also provides higher
64-
level functions, with their naming based on its UNIX variants.
65-
For example, one can copy a file via `File.cp/3` and remove
66-
files and directories recursively via `File.rm_rf/2`
64+
level functions that works with filenames and have their naming
65+
based on UNIX variants. For example, one can copy a file
66+
via `File.cp/3` and remove files and directories recursively
67+
via `File.rm_rf/2`
6768
6869
In order to write and read files, one must use the functions
6970
in the IO module. By default, a file is opened in binary mode

0 commit comments

Comments
 (0)