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

Unified Diff: lib/src/rules/one_member_abstracts.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/empty_constructor_bodies.dart ('k') | lib/src/rules/slash_for_doc_comments.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/one_member_abstracts.dart
diff --git a/lib/src/rules/one_member_abstracts.dart b/lib/src/rules/one_member_abstracts.dart
index 9b8b4b18a7b24cb86fd744fd85680d659459a123..1b51728bea8c7724306eb76bfc2dc62afc5ba20c 100644
--- a/lib/src/rules/one_member_abstracts.dart
+++ b/lib/src/rules/one_member_abstracts.dart
@@ -12,7 +12,7 @@ const desc =
'Avoid defining a one-member abstract class when a simple function will do.';
const details = '''
-From the [style guide] (https://www.dartlang.org/articles/style-guide/):
+From the [style guide](https://www.dartlang.org/articles/style-guide/):
**AVOID** defining a one-member abstract class when a simple function will do.
« no previous file with comments | « lib/src/rules/empty_constructor_bodies.dart ('k') | lib/src/rules/slash_for_doc_comments.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698