aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/io.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-07-24 16:20:41 +0200
committerBjörn-Egil Dahlberg <[email protected]>2013-07-24 16:20:41 +0200
commit6f5c8d0bbd71f65656d4402be23bf6f3daca8fa5 (patch)
tree8e4032dc1686033a9c244b4764f644bff5dd88fe /lib/stdlib/src/io.erl
parentaeefa171ec8478438d60ef1ce11db387bacbfdaf (diff)
parent81daa95ab45677676ebb4f05c4e25dbc42b116ed (diff)
downloadotp-6f5c8d0bbd71f65656d4402be23bf6f3daca8fa5.tar.gz
otp-6f5c8d0bbd71f65656d4402be23bf6f3daca8fa5.tar.bz2
otp-6f5c8d0bbd71f65656d4402be23bf6f3daca8fa5.zip
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/src/io.erl')
-rw-r--r--lib/stdlib/src/io.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/io.erl b/lib/stdlib/src/io.erl
index 53728237ca..b11d41e2eb 100644
--- a/lib/stdlib/src/io.erl
+++ b/lib/stdlib/src/io.erl
@@ -40,7 +40,7 @@
%%-------------------------------------------------------------------------
-type device() :: atom() | pid().
--type prompt() :: atom() | string().
+-type prompt() :: atom() | unicode:chardata().
%% ErrorDescription is whatever the I/O-server sends.
-type server_no_data() :: {'error', ErrorDescription :: term()} | 'eof'.