diff options
author | Wuxiang <wuxiangzhou2010@gmail.com> | 2018-04-19 21:32:02 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-19 21:32:02 +0800 |
commit | 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 (patch) | |
tree | e17a5fd27cd0515b0be53965da216d1e936dca28 /rpc/doc.go | |
parent | c514fbccc036faafef995d422a74dbe5630e7e00 (diff) | |
download | go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.gz go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.bz2 go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.lz go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.xz go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.zst go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.zip |
all: fix various typos (#16533)
* fix typo
* fix typo
* fix typo
Diffstat (limited to 'rpc/doc.go')
-rw-r--r-- | rpc/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/doc.go b/rpc/doc.go index 14b3780ad..78aa92f89 100644 --- a/rpc/doc.go +++ b/rpc/doc.go @@ -92,7 +92,7 @@ An example method: Subscriptions are deleted when: - the user sends an unsubscribe request - the connection which was used to create the subscription is closed. This can be initiated - by the client and server. The server will close the connection on an write error or when + by the client and server. The server will close the connection on a write error or when the queue of buffered notifications gets too big. */ package rpc |