Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: lib/src/project.dart

Issue 2318333002: Fix broken markdown in docs (#306). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/WritingLints.MD ('k') | lib/src/rules/camel_case_types.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/project.dart
diff --git a/lib/src/project.dart b/lib/src/project.dart
index 748ffffd2b72d330ff8381883ec46d84eaab7887..ed9280cab5c42b5312df340ddd641bf70a9fad85 100644
--- a/lib/src/project.dart
+++ b/lib/src/project.dart
@@ -28,7 +28,7 @@ Pubspec _findAndParsePubspec(Directory root) {
/// A semantic representation of a Dart project.
///
/// Projects provide a semantic model of a Dart project based on the
-/// [pub package layout conventions] (https://www.dartlang.org/tools/pub/package-layout.html).
+/// [pub package layout conventions](https://www.dartlang.org/tools/pub/package-layout.html).
/// This model allows clients to traverse project contents in a convenient and
/// standardized way, access global information (such as whether elements are
/// in the "public API") and resources that have special meanings in the
« no previous file with comments | « doc/WritingLints.MD ('k') | lib/src/rules/camel_case_types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698