| Index: sky/specs/gestures.md
|
| diff --git a/sky/specs/gestures.md b/sky/specs/gestures.md
|
| index ee216fdfbecb7cdb7cb40402db69bc03ea826a31..e1773f579804fd09b24aabbd364426f50b408f15 100644
|
| --- a/sky/specs/gestures.md
|
| +++ b/sky/specs/gestures.md
|
| @@ -3,7 +3,7 @@ Gestures
|
|
|
| ```dart
|
| SKY MODULE
|
| -<!-- part of sky:core -->
|
| +<!-- part of dart:sky -->
|
|
|
| <script>
|
| abstract class GestureEvent extends Event {
|
| @@ -261,7 +261,7 @@ Gestures defined in the framework
|
|
|
| ```dart
|
| SKY MODULE
|
| -<!-- not in sky:core -->
|
| +<!-- not in dart:sky -->
|
| <!-- note: this hasn't been dartified yet -->
|
|
|
| <script>
|
|
|