aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-09-23 15:53:19 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-09-23 15:53:19 +0200
commit24cc30822a41893e2cd2cc02a5ced67f2e706481 (patch)
tree83672c6c54822bec92ec3af86e20440093992f35 /lib/erl_docgen
parent8c8bd46bcc9d839e5de0687784d15dc819cb3ee8 (diff)
downloadotp-24cc30822a41893e2cd2cc02a5ced67f2e706481.tar.gz
otp-24cc30822a41893e2cd2cc02a5ced67f2e706481.tar.bz2
otp-24cc30822a41893e2cd2cc02a5ced67f2e706481.zip
erl_docgen: Fix maint to master merge of OTP-11947
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r--lib/erl_docgen/src/docgen_otp_specs.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/src/docgen_otp_specs.erl b/lib/erl_docgen/src/docgen_otp_specs.erl
index 1075c47801..e2eee2b3c0 100644
--- a/lib/erl_docgen/src/docgen_otp_specs.erl
+++ b/lib/erl_docgen/src/docgen_otp_specs.erl
@@ -616,7 +616,7 @@ ot_map(Es) ->
{type,0,map,[ot_map_field(E) || E <- get_elem(map_field,Es)]}.
ot_map_field(#xmlElement{content=[K,V]}) ->
- {type,0,map_field_assoc, ot_utype_elem(K), ot_utype_elem(V)}.
+ {type,0,map_field_assoc,[ot_utype_elem(K),ot_utype_elem(V)]}.
ot_fun(Es) ->
Range = ot_utype(get_elem(type, Es)),