From af6601c481a00e8e6c374ae605426ec4eed63508 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 9 Aug 2023 23:35:16 +0800 Subject: [PATCH] play.go: remove repetitive word Change-Id: I4164647bd3dce8caa84e5990721c099cef4c14d4 Reviewed-on: https://go-review.googlesource.com/c/playground/+/517835 TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Run-TryBot: shuang cui Reviewed-by: Than McIntosh Reviewed-by: Dmitri Shuralyov --- play.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.go b/play.go index d07c22f..81e29df 100644 --- a/play.go +++ b/play.go @@ -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:]))