From 501632339f36e7e836ec94958351cee51ee76461 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Mon, 25 Mar 2019 14:05:31 -0400 Subject: [PATCH] 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 Reviewed-by: Brad Fitzpatrick --- src/net/net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/net.go b/src/net/net.go index 77b8f69074..3bdccc8468 100644 --- a/src/net/net.go +++ b/src/net/net.go @@ -282,7 +282,7 @@ func (c *conn) SetWriteBuffer(bytes int) error { 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. // Closing c does not affect f, and closing f does not affect c. // -- 2.48.1