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

Unified Diff: lib/src/rules/type_annotate_public_apis.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 | « lib/src/rules/super_goes_last.dart ('k') | lib/src/rules/type_init_formals.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/type_annotate_public_apis.dart
diff --git a/lib/src/rules/type_annotate_public_apis.dart b/lib/src/rules/type_annotate_public_apis.dart
index 59b765c454bec0155ce3ae854703a1f221b0dd83..59573cb31444b1465bdb0924e53cc825302580a0 100644
--- a/lib/src/rules/type_annotate_public_apis.dart
+++ b/lib/src/rules/type_annotate_public_apis.dart
@@ -13,7 +13,7 @@ import 'package:linter/src/util.dart';
const desc = r'Type annotate public APIs.';
const details = r'''
-From [effective dart] (https://www.dartlang.org/effective-dart/design/#do-type-annotate-public-apis):
+From [effective dart](https://www.dartlang.org/effective-dart/design/#do-type-annotate-public-apis):
**DO** type annotate public APIs.
« no previous file with comments | « lib/src/rules/super_goes_last.dart ('k') | lib/src/rules/type_init_formals.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698