Skip to content

Commit

Permalink
Fix return type docstring for realpath and homedir (#33492)
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored and KristofferC committed Oct 8, 2019
1 parent 0bcceac commit 76d9b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ first component is always the empty string.
splitdrive(path::AbstractString)

"""
homedir() -> AbstractString
homedir() -> String
Return the current user's home directory.
Expand Down Expand Up @@ -356,7 +356,7 @@ end # os-test


"""
realpath(path::AbstractString) -> AbstractString
realpath(path::AbstractString) -> String
Canonicalize a path by expanding symbolic links and removing "." and ".." entries.
On case-insensitive case-preserving filesystems (typically Mac and Windows), the
Expand Down

0 comments on commit 76d9b4b

Please sign in to comment.