diff options
author | Hans Bolinder <[email protected]> | 2018-07-05 15:40:05 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-07-05 15:41:26 +0200 |
commit | 9e335b03355708de02017d279a67a42a503892a1 (patch) | |
tree | 7b8693be821a21adf6c738c04266edee68eb01bf /erts/doc | |
parent | f67bc13009002c23695a02e8323226bc03eca3f5 (diff) | |
download | otp-9e335b03355708de02017d279a67a42a503892a1.tar.gz otp-9e335b03355708de02017d279a67a42a503892a1.tar.bz2 otp-9e335b03355708de02017d279a67a42a503892a1.zip |
erts: Correct The Abstract Format
A minor correction regarding literal character types.
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/absform.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml index 158f4dc4e8..f29bb7b8f9 100644 --- a/erts/doc/src/absform.xml +++ b/erts/doc/src/absform.xml @@ -801,7 +801,8 @@ <c>{ann_type,LINE,[Rep(A),Rep(T_0)]}</c>.</p> </item> <item> - <p>If T is an atom or integer literal L, then Rep(T) = Rep(L).</p> + <p>If T is an atom, a character, or an integer literal L, + then Rep(T) = Rep(L).</p> </item> <item> <p>If T is a bitstring type <c><<_:M,_:_*N>></c>, |