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

Unified Diff: lib/src/rules/slash_for_doc_comments.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/one_member_abstracts.dart ('k') | lib/src/rules/super_goes_last.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/rules/slash_for_doc_comments.dart
diff --git a/lib/src/rules/slash_for_doc_comments.dart b/lib/src/rules/slash_for_doc_comments.dart
index e872e86e02bdd7d73ff83705b523649cd043c195..e9f5bda817b9c062bd6e572a43338ba6ab5cae60 100644
--- a/lib/src/rules/slash_for_doc_comments.dart
+++ b/lib/src/rules/slash_for_doc_comments.dart
@@ -11,7 +11,7 @@ import 'package:linter/src/linter.dart';
const desc = r'Prefer to use /// for doc comments';
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/):
**PREFER** to use `///` for doc comments.
« no previous file with comments | « lib/src/rules/one_member_abstracts.dart ('k') | lib/src/rules/super_goes_last.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698