Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 0d6c1db

Browse files
author
Cezary Bartoszuk
committed
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.
1 parent 437ee61 commit 0d6c1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/dart/latest/guide/displaying-data.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
that contains the following code:
7575

7676
code-example(language="dart" format="linenums" escape="html").
77-
// web/show_properties.dart
77+
// lib/show_properties.dart
7878
library displaying_data.show_properties;
7979

8080
import 'package:angular2/angular2.dart';

0 commit comments

Comments
 (0)