aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Doug Fawley <dfawley@google.com>2018-10-25 09:52:12 -0700
committerGravatar Doug Fawley <dfawley@google.com>2018-10-25 10:42:43 -0700
commitb63524639bfce0959d6793d02f9c765e49b1fa30 (patch)
treeaa178f3ad169740734f975612d3457cc7f62ea39 /doc
parenta62c53046508e226fe1915d8ff8a9d05ca7b1d2e (diff)
fix minor punctuation noticed when editor removed spaces at end of line
Diffstat (limited to 'doc')
-rw-r--r--doc/connectivity-semantics-and-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/connectivity-semantics-and-api.md b/doc/connectivity-semantics-and-api.md
index 8ba22ec3dd..44fdf050c6 100644
--- a/doc/connectivity-semantics-and-api.md
+++ b/doc/connectivity-semantics-and-api.md
@@ -53,8 +53,8 @@ immediately. Pending RPCs may continue running till the application cancels them
Channels may enter this state either because the application explicitly requested
a shutdown or if a non-recoverable error has happened during attempts to connect
communicate . (As of 6/12/2015, there are no known errors (while connecting or
-communicating) that are classified as non-recoverable)
-Channels that enter this state never leave this state.
+communicating) that are classified as non-recoverable.) Channels that enter this
+state never leave this state.
The following table lists the legal transitions from one state to another and
corresponding reasons. Empty cells denote disallowed transitions.