| Index: lib/src/rules/super_goes_last.dart
|
| diff --git a/lib/src/rules/super_goes_last.dart b/lib/src/rules/super_goes_last.dart
|
| index 387f78bed65c31e24c6501439f2093f42343dc15..b4238b1704d0f5e17c2131b00a87397733f66c07 100644
|
| --- a/lib/src/rules/super_goes_last.dart
|
| +++ b/lib/src/rules/super_goes_last.dart
|
| @@ -12,7 +12,7 @@ const desc =
|
| 'Place the super() call last in a constructor initialization list.';
|
|
|
| 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** place the `super()` call last in a constructor initialization list.
|
|
|
|
|