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

Unified Diff: lib/src/rules/type_init_formals.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/type_annotate_public_apis.dart ('k') | lib/src/rules/unnecessary_getters.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/type_init_formals.dart
diff --git a/lib/src/rules/type_init_formals.dart b/lib/src/rules/type_init_formals.dart
index 530623bf6ef4467aa9b642d62fe70b19c72acbcc..490a24b1955aa94a0faae4fbd2dd7f47eb4e1cce 100644
--- a/lib/src/rules/type_init_formals.dart
+++ b/lib/src/rules/type_init_formals.dart
@@ -11,7 +11,7 @@ import 'package:linter/src/linter.dart';
const desc = "Don't type annotate initializing formals.";
const details = r'''
-From the [style guide] (https://www.dartlang.org/articles/style-guide/):
+From the [style guide](https://www.dartlang.org/articles/style-guide/):
**DON'T** type annotate initializing formals.
« no previous file with comments | « lib/src/rules/type_annotate_public_apis.dart ('k') | lib/src/rules/unnecessary_getters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698