Skip to content

Commit 4ad8427

Browse files
committed
Reword sentence about the mandatory type field
1 parent f4b5a22 commit 4ad8427

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
@@ -806,7 +806,7 @@ <h3 id="message-format">Message format</h3>
806806
</tr>
807807
<tr>
808808
<td>content</td>
809-
<td>Free-form JSON. It is up to applications to interpret what it means. A mandatory <em>type</em> field, a string, between 3 and 52 utf8 chars long (inclusive). This is used so that applications can easily filter out message types they don’t understand.</td>
809+
<td>Dictionary containing free-form data for applications to interpret, plus a mandatory <em>type</em> field. The <em>type</em> field allows applications to filter out message types they don’t understand and must be a string between 3 and 52 characters long (inclusive).</td>
810810
</tr>
811811
</table>
812812

0 commit comments

Comments
 (0)