Merge pull request #746 from jktong/patch-1

Correct typo "chldren" in doc.jade
This commit is contained in:
Ines Montani 2017-01-16 17:58:37 +01:00 committed by GitHub
commit 842155e3ae

View File

@ -51,14 +51,14 @@ p A container for accessing linguistic annotations.
+cell dict
+cell
| A dictionary that allows customisation of properties of
| #[code Token] chldren.
| #[code Token] children.
+row
+cell #[code user_span_hooks]
+cell dict
+cell
| A dictionary that allows customisation of properties of
| #[code Span] chldren.
| #[code Span] children.
+h(2, "init") Doc.__init__
+tag method