瀏覽代碼

crypto/tls: Fix doc typo

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2073041
tls13
Evan Shaw 14 年之前
committed by Andrew Gerrand
父節點
當前提交
99e338e9ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      conn.go

+ 1
- 1
conn.go 查看文件

@@ -617,7 +617,7 @@ func (c *Conn) Close() os.Error {

// Handshake runs the client or server handshake
// protocol if it has not yet been run.
// Most uses of this packge need not call Handshake
// Most uses of this package need not call Handshake
// explicitly: the first Read or Write will call it automatically.
func (c *Conn) Handshake() os.Error {
c.handshakeMutex.Lock()


Loading…
取消
儲存