aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2018-04-24 16:01:22 +0200
committerHans Bolinder <[email protected]>2018-04-24 16:01:22 +0200
commite77aaa6f6c7495dd0d763200535ba78430cde8c9 (patch)
treee8417b8627d81cf5659754b01bc0936f0eea0f62 /erts
parent52c10eb847dfbe04b9e51e5631d254aed06bddb7 (diff)
downloadotp-e77aaa6f6c7495dd0d763200535ba78430cde8c9.tar.gz
otp-e77aaa6f6c7495dd0d763200535ba78430cde8c9.tar.bz2
otp-e77aaa6f6c7495dd0d763200535ba78430cde8c9.zip
erts: Correct abstract format doc regarding map creation
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/absform.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml
index 2ada903edb..158f4dc4e8 100644
--- a/erts/doc/src/absform.xml
+++ b/erts/doc/src/absform.xml
@@ -407,9 +407,8 @@
</item>
<item>
<p>If E is a map creation <c>#{A_1, ..., A_k}</c>,
- where each <c>A_i</c> is an association <c>E_i_1 => E_i_2</c>
- or <c>E_i_1 := E_i_2</c>, then Rep(E) =
- <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>.
+ where each <c>A_i</c> is an association <c>E_i_1 => E_i_2</c>,
+ then Rep(E) = <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>.
For Rep(A), see below.</p>
</item>
<item>
@@ -731,9 +730,8 @@
</item>
<item>
<p>If Gt is a map creation <c>#{A_1, ..., A_k}</c>,
- where each <c>A_i</c> is an association <c>Gt_i_1 => Gt_i_2</c>
- or <c>Gt_i_1 := Gt_i_2</c>, then Rep(Gt) =
- <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>.
+ where each <c>A_i</c> is an association <c>Gt_i_1 => Gt_i_2</c>,
+ then Rep(Gt) = <c>{map,LINE,[Rep(A_1), ..., Rep(A_k)]}</c>.
For Rep(A), see above.</p>
</item>
<item>