From 9b74672bd7ba63be4eeb13b1a07535e950e08920 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 5 Jun 2021 16:12:23 -0400 Subject: lib/byte.go: update `BytesInCommon` doc --- lib/byte.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/byte.go b/lib/byte.go index 744c0d7..149be2a 100644 --- a/lib/byte.go +++ b/lib/byte.go @@ -13,7 +13,8 @@ func ByteInBytes(b byte, bs []byte) bool { return false } -// Returns bytes that are common in the given array of array of bytes `bbytes`. +// Returns bytes that are common in the given array of array of bytes +// `bbytes`. func BytesInCommon(bbytes [][]byte) []byte { common := make([]byte, 0) switch l := len(bbytes); { -- cgit v1.2.3