Typo in code example of lib/show_properties.dart

In the text show_properties.dart is (correctly) placed in the lib directory,
while in the comment at the top of the file, it's path is under web.
This commit is contained in:
Cezary Bartoszuk 2015-06-12 23:57:22 +01:00
parent 437ee613e3
commit 0d6c1db6bb
1 changed files with 1 additions and 1 deletions

View File

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