Skip to content

Commit

Permalink
fix readdir docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Aug 31, 2019
1 parent 2021d03 commit 8f575c5
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 @@ -671,7 +671,7 @@ struct uv_dirent_t
end

"""
readdir(dir::AbstractString=pwd(); join::Bool=true) -> Vector{String}
readdir(dir::AbstractString=pwd(); join::Bool=false) -> Vector{String}
Return the names in the directory `dir` or the current working directory if not
given. When `join` is false, `readdir` returns just the names in the directory
Expand Down

0 comments on commit 8f575c5

Please sign in to comment.