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

Unified Diff: lib/src/rules/super_goes_last.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/slash_for_doc_comments.dart ('k') | lib/src/rules/type_annotate_public_apis.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/super_goes_last.dart
diff --git a/lib/src/rules/super_goes_last.dart b/lib/src/rules/super_goes_last.dart
index 387f78bed65c31e24c6501439f2093f42343dc15..b4238b1704d0f5e17c2131b00a87397733f66c07 100644
--- a/lib/src/rules/super_goes_last.dart
+++ b/lib/src/rules/super_goes_last.dart
@@ -12,7 +12,7 @@ const desc =
'Place the super() call last in a constructor initialization list.';
const details = '''
-From the [style guide] (https://www.dartlang.org/articles/style-guide/):
+From the [style guide](https://www.dartlang.org/articles/style-guide/):
**DO** place the `super()` call last in a constructor initialization list.
« no previous file with comments | « lib/src/rules/slash_for_doc_comments.dart ('k') | lib/src/rules/type_annotate_public_apis.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698