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

Unified Diff: lib/src/rules/camel_case_types.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/project.dart ('k') | lib/src/rules/empty_constructor_bodies.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/camel_case_types.dart
diff --git a/lib/src/rules/camel_case_types.dart b/lib/src/rules/camel_case_types.dart
index 981820eca694663f61808a5879f5bffe7a74909a..e1eeae4eca1f79181fadb62fb86d666ab3bafd0a 100644
--- a/lib/src/rules/camel_case_types.dart
+++ b/lib/src/rules/camel_case_types.dart
@@ -11,7 +11,7 @@ import 'package:linter/src/linter.dart';
const desc = 'Name types using UpperCamelCase.';
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** name types using UpperCamelCase.
« no previous file with comments | « lib/src/project.dart ('k') | lib/src/rules/empty_constructor_bodies.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698