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

Commit 2709f00

Browse files
author
Eduardo Fullea
committed
making deliveryStatus in SmsMessage not nullable #66
1 parent 67af5c1 commit 2709f00

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
@@ -1380,7 +1380,7 @@ <h2><a>SmsMessage</a> Interface</h2>
13801380
<dt>readonly attribute SmsState state</dt>
13811381
<dd>MUST return the status of the SMS message.</dd>
13821382

1383-
<dt>readonly attribute DeliveryStatus? deliveryStatus</dt>
1383+
<dt>readonly attribute DeliveryStatus deliveryStatus</dt>
13841384
<dd>MUST return the delivery status of the SMS message.
13851385
</dd>
13861386

0 commit comments

Comments
 (0)