diff options
author | Hans Bolinder <[email protected]> | 2013-01-16 12:24:14 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-01-25 12:54:27 +0100 |
commit | c95ec5e26173da65f74e63aa15fe9d8494fc3627 (patch) | |
tree | cbd98ff9e97c690d884404e8336c6fb189c11fc1 /lib/stdlib/src | |
parent | acd0ee9d1301a96f6f2fe1b19c12b3639c77c59e (diff) | |
download | otp-c95ec5e26173da65f74e63aa15fe9d8494fc3627.tar.gz otp-c95ec5e26173da65f74e63aa15fe9d8494fc3627.tar.bz2 otp-c95ec5e26173da65f74e63aa15fe9d8494fc3627.zip |
Correct recently introduced Unicode related type errors
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/unicode.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/unicode.erl b/lib/stdlib/src/unicode.erl index 10b652cdde..6b13ddb92d 100644 --- a/lib/stdlib/src/unicode.erl +++ b/lib/stdlib/src/unicode.erl @@ -24,7 +24,7 @@ bom_to_encoding/1, encoding_to_bom/1]). -export_type([chardata/0, charlist/0, encoding/0, external_chardata/0, - external_charlist/0, latin1_chardata/0, + external_charlist/0, latin1_char/0, latin1_chardata/0, latin1_charlist/0, unicode_binary/0]). -type encoding() :: 'latin1' | 'unicode' | 'utf8' |