diff --git a/Bigtable/src/ResumableStream.php b/Bigtable/src/ResumableStream.php index 6ac7daaab60d..fb344157a4b5 100644 --- a/Bigtable/src/ResumableStream.php +++ b/Bigtable/src/ResumableStream.php @@ -135,7 +135,7 @@ public function readAll() $completed = $this->pluck('requestCompleted', $this->callOptions, false); if ($completed !== true) { - // Send in "bigtable-attempt" header on each request + // Send in "bigtable-attempt" header on retry request $headers = $this->callOptions['headers'] ?? []; if ($attempt > 0) { $headers['bigtable-attempt'] = [(string) $attempt];