diff --git a/src/Illuminate/Bus/Batch.php b/src/Illuminate/Bus/Batch.php index cac16e1e9f51..58c453d872da 100644 --- a/src/Illuminate/Bus/Batch.php +++ b/src/Illuminate/Bus/Batch.php @@ -368,7 +368,7 @@ public function hasCatchCallbacks() } /** - * Determine if the batch has "then" callbacks. + * Determine if the batch has "finally" callbacks. * * @return bool */