From c9b9cb88d27f5b1f063de0f2e4221f40b5acd07f Mon Sep 17 00:00:00 2001 From: Matt Bauman Date: Thu, 21 Jun 2018 17:47:41 -0400 Subject: [PATCH] remove redundant secure --- base/util.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/util.jl b/base/util.jl index 33fb589b67a7a9..0a74d300a395af 100644 --- a/base/util.jl +++ b/base/util.jl @@ -452,7 +452,7 @@ Display a message and wait for the user to input a secret, returning an `IO` object containing the secret. Note that on Windows, the secret might be displayed as it is typed; see -`Base.winprompt` for securely retrieving username/password pairs from a secure +`Base.winprompt` for securely retrieving username/password pairs from a graphical interface. """ function getpass end