| Index: pkg/unittest/lib/src/configuration.dart
|
| diff --git a/pkg/unittest/lib/src/configuration.dart b/pkg/unittest/lib/src/configuration.dart
|
| index 99cdf9b54ec2acb066df32d96e14e129889bd4bc..c2e09c45140db19ff57844e96cf93abb79975d44 100644
|
| --- a/pkg/unittest/lib/src/configuration.dart
|
| +++ b/pkg/unittest/lib/src/configuration.dart
|
| @@ -23,7 +23,7 @@ abstract class Configuration {
|
| Configuration.blank();
|
|
|
| /**
|
| - * If [true], tests are started automatically. Otherwise [runTests]
|
| + * If [:true:], tests are started automatically. Otherwise [runTests]
|
| * must be called explicitly after tests are set up.
|
| */
|
| bool get autoStart => true;
|
|
|