Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change a stray GRPCSendable to Sendable (grpc#1588)
Motivation: Occurrences of GRPCSendable were replaced with Sendable in grpc#1584 as we dropped support for 5.5. However, one was missed. Modifications: - Change last `GRPCSendable` to `Sendable` Result: Fewer warnings.
- Loading branch information