Skip to content

Commit 08305dc

Browse files
committed
Remove optionality ? in properties on Element
Related-to: remarkjs/remark-math#110.
1 parent 809bbad commit 08305dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Yields:
169169
interface Element <: Parent {
170170
type: 'element'
171171
tagName: string
172-
properties: Properties?
172+
properties: Properties
173173
content: Root?
174174
children: [Comment | Element | Text]
175175
}

0 commit comments

Comments
 (0)