Skip to content

Commit 1ba71f9

Browse files
Fix spelling of readdir. (#36409)
1 parent 6cd329c commit 1ba71f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/file.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ back, call `readdir` with an absolute directory path and `join` set to true.
710710
711711
By default, `readdir` sorts the list of names it returns. If you want to skip
712712
sorting the names and get them in the order that the file system lists them,
713-
you can use `readir(dir, sort=false)` to opt out of sorting.
713+
you can use `readdir(dir, sort=false)` to opt out of sorting.
714714
715715
!!! compat "Julia 1.4"
716716
The `join` and `sort` keyword arguments require at least Julia 1.4.

0 commit comments

Comments
 (0)