Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Replace readpwd by readPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Jun 16, 2015
1 parent 710dcd8 commit ad8054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/predefined-functions.asciidoc
Expand Up @@ -28,7 +28,7 @@ disabled. It always returns a string. There are also `secureReadPassword()` and
----
let name = readln("what's your name? ")
let value = readln()
let pwd = readpwd("type your password:")
let pwd = readPassword("type your password:")
----

=== Number type conversions ===
Expand Down

0 comments on commit ad8054b

Please sign in to comment.