Skip to content

Commit

Permalink
murmur3/murmur.go: fix comment (breaking vscode)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Nov 1, 2024
1 parent de618ae commit da1c230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion murmur3/murmur.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type bmixer interface {

type digest struct {
clen int // Digested input cumulative length.
tail []byte // 0 to Size()-1 bytes view of `buf'.
tail []byte // 0 to Size()-1 bytes view of `buf`.
buf [16]byte // Expected (but not required) to be Size() large.
bmixer
}
Expand Down

0 comments on commit da1c230

Please # to comment.