| Index: sky/specs/parsing.md
|
| diff --git a/sky/specs/parsing.md b/sky/specs/parsing.md
|
| index 40aefd2afb8b7d72a9c2236fb0dc36508a815d1a..44d16f502be9f4f74bc021014d825289ffb91273 100644
|
| --- a/sky/specs/parsing.md
|
| +++ b/sky/specs/parsing.md
|
| @@ -803,7 +803,7 @@ _document_ (this is implemented in JS):
|
| _imported modules_ contains no entries with unresolved
|
| promises.
|
| 2. If the tag name is not registered, then let the ErrorElement
|
| - constructor from sky:core be the element constructor.
|
| + constructor from dart:sky be the element constructor.
|
| Otherwise, let the element constructor be the registered
|
| element's constructor for that tag name in this module.
|
| 3. Create an element _node_ with the attributes given by the
|
|
|