Skip to content
Snippets Groups Projects
Commit a39d739c authored by Eric Anderson's avatar Eric Anderson
Browse files

Merge pull request #2917 from nmittler/typeo

Fixing type-o
parents bb15c35c 25c21d8b
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ because the server is not yet available), the channel may spend increasingly
large amounts of time in this state.
IDLE: This is the state where the channel is not even trying to create a
connection because of a lack of new or pending RPCs. New channels MAY be created
connection because of a lack of new or pending RPCs. New RPCs MAY be created
in this state. Any attempt to start an RPC on the channel will push the channel
out of this state to connecting. When there has been no RPC activity on a channel
for a specified IDLE_TIMEOUT, i.e., no new or pending (active) RPCs for this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment