Skip to content

Commit 495bd5f

Browse files
committed
Reorder properties in ListItem
1 parent 5bf6788 commit 495bd5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ Yields:
327327
"loose": false,
328328
"children": [{
329329
"type": "listItem",
330-
"loose": false,
331330
"checked": true,
331+
"loose": false,
332332
"children": [{
333333
"type": "paragraph",
334334
"children": [{
@@ -353,8 +353,8 @@ See [Task Lists on GitHub][task-list] for information.
353353
```idl
354354
interface ListItem <: Parent {
355355
type: "listItem";
356-
loose: true | false;
357356
checked: true | false | null;
357+
loose: true | false;
358358
}
359359
```
360360

0 commit comments

Comments
 (0)