Merge pull request #148 from cbart/patch-1

Typo in code example of lib/show_properties.dart
This commit is contained in:
Kathy Walrath 2015-06-12 17:08:32 -07:00
commit 81419ae4fb
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
that contains the following code: that contains the following code:
code-example(language="dart" format="linenums" escape="html"). code-example(language="dart" format="linenums" escape="html").
// web/show_properties.dart // lib/show_properties.dart
library displaying_data.show_properties; library displaying_data.show_properties;
import 'package:angular2/angular2.dart'; import 'package:angular2/angular2.dart';