Skip to content

Commit

Permalink
remove redundant secure
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Jun 21, 2018
1 parent 4a20866 commit c9b9cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9b9cb8

Please sign in to comment.