Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 3779658

Browse files
author
Eduardo Fullea
committed
correcting webidl error
1 parent 286f704 commit 3779658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ <h2><a>MmsMessage</a> Interface</h2>
14101410
<dt>readonly attribute MmsState state</dt>
14111411
<dd>MUST return the status of the MMS message.</dd>
14121412

1413-
<dt>readonly attribute DeliveryStatus deliveryStatus[]</dt>
1413+
<dt>readonly attribute DeliveryStatus[] deliveryStatus</dt>
14141414
<dd>MUST return an array with each of the elements indicating the delivery
14151415
status to each of the recipients of the message, in order starting with the
14161416
recipients in the 'To' field, followed by those in 'Cc' and ending with

0 commit comments

Comments
 (0)