From 76d9b4b1842209e580b2c260ca3898ffd71b484d Mon Sep 17 00:00:00 2001 From: Mustafa M Date: Tue, 8 Oct 2019 11:28:41 -0400 Subject: [PATCH] Fix return type docstring for realpath and homedir (#33492) --- base/path.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/path.jl b/base/path.jl index 234519818075a..6b771b6ee0b6e 100644 --- a/base/path.jl +++ b/base/path.jl @@ -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. @@ -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