Skip to content

Commit

Permalink
Fixing type-o
Browse files Browse the repository at this point in the history
  • Loading branch information
nmittler committed Aug 13, 2015
1 parent bb15c35 commit 25c21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/connectivity-semantics-and-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25c21d8

Please sign in to comment.