diff options
author | Leo Liu <[email protected]> | 2014-12-12 20:56:40 +0800 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-02-27 13:19:03 +0100 |
commit | c472fc520fc30d6d19adc89bdc42817870274db2 (patch) | |
tree | 3c7938c768303d2ba62160f0b70fe8a46991185a /system/doc | |
parent | 4f856c3667dfe7b5ddfedea5035120d85cd001dc (diff) | |
download | otp-c472fc520fc30d6d19adc89bdc42817870274db2.tar.gz otp-c472fc520fc30d6d19adc89bdc42817870274db2.tar.bz2 otp-c472fc520fc30d6d19adc89bdc42817870274db2.zip |
Two minor fixes
* Fix documentation on $char for unicode
* Remove duplicate declaration for erts_encode_ext_dist_header_size
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/reference_manual/data_types.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/doc/reference_manual/data_types.xml b/system/doc/reference_manual/data_types.xml index 37c0db5ff7..ad92143179 100644 --- a/system/doc/reference_manual/data_types.xml +++ b/system/doc/reference_manual/data_types.xml @@ -44,7 +44,8 @@ <list type="bulleted"> <item><c>$</c><em><c>char</c></em> <br></br> - ASCII value of the character <em><c>char</c></em>.</item> + ASCII value or unicode code-point of the character + <em><c>char</c></em>.</item> <item><em><c>base</c></em><c>#</c><em><c>value</c></em> <br></br> Integer with the base <em><c>base</c></em>, which must be an |