Fixes as per review
diff --git a/pkgs/blast_repo/lib/src/tweaks/reformat_tweak.dart b/pkgs/blast_repo/lib/src/tweaks/reformat_tweak.dart
index 3e2e996..935d98d 100644
--- a/pkgs/blast_repo/lib/src/tweaks/reformat_tweak.dart
+++ b/pkgs/blast_repo/lib/src/tweaks/reformat_tweak.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2022, the Dart project authors.  Please see the AUTHORS file
+// Copyright (c) 2023, the Dart project authors.  Please see the AUTHORS file
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
@@ -12,7 +12,7 @@
 
 final _instance = ReformatTweak._();
 
-/// Regenerate the latest configuration files for package:mono_repo.
+/// Reformat the Dart files in all packages in a repo.
 class ReformatTweak extends RepoTweak {
   factory ReformatTweak() => _instance;