Fix typo in `src/core/lib/channel/call_finalization.h` (#32543)

pull/32549/head
Cheng-Yu Chung 2 years ago committed by GitHub
parent b5fc93aa18
commit 141592df55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/channel/call_finalization.h

@ -36,7 +36,7 @@ class CallFinalization {
public: public:
// Add a step to the finalization context. // Add a step to the finalization context.
// Takes a callable with a signature compatible with: // Takes a callable with a signature compatible with:
// (const grpc_call_final_info&) -> void. // (const grpc_call_final_info*) -> void.
// Finalizers are run in the reverse order they are added. // Finalizers are run in the reverse order they are added.
template <typename F> template <typename F>
void Add(F&& t) { void Add(F&& t) {

Loading…
Cancel
Save