mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
doc/go1.16: fix crypto typo
Change-Id: Icf962098cc22f16b0acf75db1e82eaddb9fa0c80 Reviewed-on: https://go-review.googlesource.com/c/go/+/258777 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
56dac60074
commit
2ca2e94731
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
TODO
|
||||
</p>
|
||||
|
||||
<h3 id="ctypto/tls"><a href="/pkg/crypto/tls">crypto/tls</a></h3>
|
||||
<h3 id="crypto/tls"><a href="/pkg/crypto/tls">crypto/tls</a></h3>
|
||||
|
||||
<p><!-- CL 256897 -->
|
||||
I/O operations on closing or closed TLS connections can now be detected using
|
||||
|
|
Loading…
Reference in a new issue