Index: sky/examples/hello_world/hello_world.dart |
diff --git a/sky/examples/hello_world/hello_world.dart b/sky/examples/hello_world/hello_world.dart |
index 0ad7536b592cc43d66dc496a5024cf3b3f5f9cae..e20978844d10f8c7caede32ccd867f74adece800 100644 |
--- a/sky/examples/hello_world/hello_world.dart |
+++ b/sky/examples/hello_world/hello_world.dart |
@@ -5,7 +5,7 @@ |
import 'package:sky/framework/fn.dart'; |
class HelloWorldApp extends App { |
- Node build() { |
+ UINode build() { |
return new Text('Hello, world!'); |
} |
} |