]> Cypherpunks repositories - gostls13.git/commit
bufio: fix doc link to Reset method
authorMichal Bohuslávek <mbohuslavek@gmail.com>
Wed, 14 Jan 2026 11:54:22 +0000 (12:54 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 6 Feb 2026 17:28:40 +0000 (09:28 -0800)
commit824befbca0e862571dc1a449b1c8df1218e6c4b6
tree2dbcf77d7b1f7b550e946a5f018eb99f95c6ad24
parentb8be5de81ee78f51fbd600498093b542e75a710e
bufio: fix doc link to Reset method

On https://pkg.go.dev/bufio#Reader, the reference to the Reset
method is rendered as [Reset]. Fix it by referring to the method
via its type.

Change-Id: I4256ca80ebef7b850e6a97b96503dd7178cb361b
Reviewed-on: https://go-review.googlesource.com/c/go/+/736320
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel Morsing <daniel.morsing@gmail.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/bufio/bufio.go