Skip to content

Commit 5016323

Browse files
committed
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 <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 6e7bc02 commit 5016323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/net.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func (c *conn) SetWriteBuffer(bytes int) error {
282282
return nil
283283
}
284284

285-
// File returns a copy of the underlying os.File
285+
// File returns a copy of the underlying os.File.
286286
// It is the caller's responsibility to close f when finished.
287287
// Closing c does not affect f, and closing f does not affect c.
288288
//

0 commit comments

Comments
 (0)