diff --git a/core/lib/Drupal/Core/Utility/BatchStorageInterface.php b/core/lib/Drupal/Core/Utility/BatchStorageInterface.php index 5d310df..503d630 100644 --- a/core/lib/Drupal/Core/Utility/BatchStorageInterface.php +++ b/core/lib/Drupal/Core/Utility/BatchStorageInterface.php @@ -38,7 +38,7 @@ public function create(array $batch); public function update(array $batch); /** - * Loads a batch. + * Deletes a batch. * * @param int $id * The ID of the batch to delete.