Skip to content

Commit 8172ff0

Browse files
authored
Fix minor typo in the docs (#14606)
1 parent 274169f commit 8172ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/file.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ defmodule File do
317317
directories of `path`
318318
* `:enospc` - there is no space left on the device
319319
* `:enotdir` - a component of `path` is not a directory
320-
* `:eperm` - missed required permisions
320+
* `:eperm` - missed required permissions
321321
322322
## Examples
323323

0 commit comments

Comments
 (0)
close