Skip to content

Commit

Permalink
chore: fix function name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: loselarry <bikangning@yeah.net>
  • Loading branch information
loselarry committed Apr 10, 2024
1 parent 837de9f commit 208b3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/iox/runereader.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func utf8Bytes(b byte) int {
}
}

// RuneReadSeeker reads rune from a io.ReadSeeker
// ReadRune reads rune from a io.ReadSeeker
func (brr RuneReadSeeker) ReadRune() (r rune, size int, err error) {
var b [utf8.UTFMax]byte

Expand Down

0 comments on commit 208b3e6

Please sign in to comment.