Commit 50163233 authored by Matt Layher's avatar Matt Layher

net: add missing period in conn.File documentation

Change-Id: Ie873d7ed595c91cee4c1aa6c22fa44b61b6190ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/169138
Run-TryBot: Matt Layher <mdlayher@gmail.com>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 6e7bc021
...@@ -282,7 +282,7 @@ func (c *conn) SetWriteBuffer(bytes int) error { ...@@ -282,7 +282,7 @@ func (c *conn) SetWriteBuffer(bytes int) error {
return nil return nil
} }
// File returns a copy of the underlying os.File // File returns a copy of the underlying os.File.
// It is the caller's responsibility to close f when finished. // It is the caller's responsibility to close f when finished.
// Closing c does not affect f, and closing f does not affect c. // Closing c does not affect f, and closing f does not affect c.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment