Skip to content

Commit

Permalink
Fix spelling of readdir. (JuliaLang#36409)
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarFarneback committed Jun 24, 2020
1 parent 6cd329c commit 1ba71f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ back, call `readdir` with an absolute directory path and `join` set to true.
By default, `readdir` sorts the list of names it returns. If you want to skip
sorting the names and get them in the order that the file system lists them,
you can use `readir(dir, sort=false)` to opt out of sorting.
you can use `readdir(dir, sort=false)` to opt out of sorting.
!!! compat "Julia 1.4"
The `join` and `sort` keyword arguments require at least Julia 1.4.
Expand Down

0 comments on commit 1ba71f9

Please sign in to comment.