From 12462183a5df13fe8bbfe3e3ba558b537652357d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnar=20Farneb=C3=A4ck?= Date: Wed, 24 Jun 2020 18:58:21 +0200 Subject: [PATCH] Fix spelling of readdir. (#36409) --- base/file.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/file.jl b/base/file.jl index 1b21f72f5604b2..f392f0d9007b43 100644 --- a/base/file.jl +++ b/base/file.jl @@ -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.