| Index: utils/pub/command_update.dart
|
| diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
|
| index 6995a6d571df450225a9e9e7d35d35f3c584da36..1dda303e7ccce261c80bfa7584f46f85da4b0c24 100644
|
| --- a/utils/pub/command_update.dart
|
| +++ b/utils/pub/command_update.dart
|
| @@ -8,7 +8,7 @@ import 'entrypoint.dart';
|
| import 'log.dart' as log;
|
| import 'pub.dart';
|
|
|
| -/** Handles the `update` pub command. */
|
| +/// Handles the `update` pub command.
|
| class UpdateCommand extends PubCommand {
|
| String get description =>
|
| "Update the current package's dependencies to the latest versions.";
|
|
|