Skip to content

Commit

Permalink
[PH2][Documentation][Promise]
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed Jan 8, 2025
1 parent 0560281 commit 72c5188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lib/promise/party.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace grpc_core {
// 1. Return Pending{}
// 2. Resolve
// 3. Are waiting by using Notification or a Latch.
// 4. Sleeping because of grpc_core::Sleep promise.
// 4. Sleeping because of Sleep promise.
// If a party is currently running a promise, it is said to be active/awake.
// Otherwise it is said to be Sleeping or Quieced.
//
Expand Down

0 comments on commit 72c5188

Please sign in to comment.