| 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.
|
|
|
|
|