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

Commit 474152a

Browse files
author
Eduardo Fullea
committed
editorial fix
1 parent 5e46fd2 commit 474152a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ <h2><a>MessagingManager</a> Interface</h2>
244244
</dd>
245245
<dt>optional boolean value = true</dt>
246246
<dd>
247-
Indicates whether the message is to be marked as read (if 'true',
248-
which is the default) or unread (if 'false')
247+
Indicates whether the message is to be marked as read ('true',
248+
which is the default) or unread ('false')
249249
</dd>
250250
</dl>
251251
</dd>
@@ -263,7 +263,7 @@ <h2><a>MessagingManager</a> Interface</h2>
263263
<dt>optional boolean value = true</dt>
264264
<dd>
265265
Indicates whether the messages in the conversation are to be marked as
266-
read (if 'true', which is the default) or unread (if 'false')
266+
read ('true', which is the default) or unread ('false')
267267
</dd>
268268
</dl>
269269
</dd>

0 commit comments

Comments
 (0)