Skip to content

Commit

Permalink
net: add missing period in conn.File documentation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mdlayher committed Mar 25, 2019
1 parent 6e7bc02 commit 5016323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 5016323

Please sign in to comment.