From 0d6c1db6bb978457ca62b44f0969805db24ad782 Mon Sep 17 00:00:00 2001 From: Cezary Bartoszuk Date: Fri, 12 Jun 2015 23:57:22 +0100 Subject: [PATCH] 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. --- public/docs/dart/latest/guide/displaying-data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/dart/latest/guide/displaying-data.jade b/public/docs/dart/latest/guide/displaying-data.jade index 9475c99b60..8042ed64f8 100644 --- a/public/docs/dart/latest/guide/displaying-data.jade +++ b/public/docs/dart/latest/guide/displaying-data.jade @@ -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';