Skip to content

Commit

Permalink
play.go: remove repetitive word
Browse files Browse the repository at this point in the history
Change-Id: I4164647bd3dce8caa84e5990721c099cef4c14d4
Reviewed-on: https://go-review.googlesource.com/c/playground/+/517835
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Run-TryBot: shuang cui <[email protected]>
Reviewed-by: Than McIntosh <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
cuishuang authored and gopherbot committed Oct 18, 2023
1 parent 090502f commit af6601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func decode(kind string, output []byte) ([]event, error) {
if t.Before(last) {
// Force timestamps to be monotonic. (This could
// be an encoding error, which we ignore now but will
// will likely be picked up when decoding the length.)
// likely be picked up when decoding the length.)
t = last
}
n := int(binary.BigEndian.Uint32(header[8:]))
Expand Down

0 comments on commit af6601c

Please sign in to comment.