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:
parent
437ee613e3
commit
0d6c1db6bb
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue