| Index: sky/specs/script.md
|
| diff --git a/sky/specs/script.md b/sky/specs/script.md
|
| index 52be56f1b6701bbf616f741598842d3ae4b5db0b..e7538eed87470f1be4d2c14bf14b7144351306b9 100644
|
| --- a/sky/specs/script.md
|
| +++ b/sky/specs/script.md
|
| @@ -31,7 +31,7 @@ The ``@nonnull`` annotation does nothing in code not marked
|
| purposes. It indicates places where providing a null is a contract
|
| violation and that results are therefore likely to be poor.
|
|
|
| -The following definitions are exposed in ``sky:core``:
|
| +The following definitions are exposed in ``dart:sky``:
|
|
|
| ```dart
|
| abstract class AutomaticMetadata {
|
|
|