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

Unified Diff: lib/src/rules/unnecessary_getters.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_init_formals.dart ('k') | lib/src/rules/unnecessary_getters_setters.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/unnecessary_getters.dart
diff --git a/lib/src/rules/unnecessary_getters.dart b/lib/src/rules/unnecessary_getters.dart
index 6cbd7ef09ce2da7d6099ebd321a252f515e8dff3..524bff01325bde9fda099ba95bae85893a7e45c3 100644
--- a/lib/src/rules/unnecessary_getters.dart
+++ b/lib/src/rules/unnecessary_getters.dart
@@ -13,7 +13,7 @@ const desc =
'Prefer using a public final field instead of a private field with a public getter.';
const details = '''
-From the [style guide] (https://www.dartlang.org/articles/style-guide/):
+From the [style guide](https://www.dartlang.org/articles/style-guide/):
**PREFER** using a public final field instead of a private field with a public
getter.
« no previous file with comments | « lib/src/rules/type_init_formals.dart ('k') | lib/src/rules/unnecessary_getters_setters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698