From 2b771f57fa3879a2a3842aab0606af27d87eb26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Soul=C3=A9?= Date: Mon, 5 Nov 2018 21:55:56 +0100 Subject: [PATCH] Doc typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Soulé --- td_len_cap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td_len_cap.go b/td_len_cap.go index f023baa5..59c8f697 100644 --- a/td_len_cap.go +++ b/td_len_cap.go @@ -59,7 +59,7 @@ var _ TestDeep = &tdLen{} // Len is a smuggler operator. It takes data, applies len() function // on it and compares its result to "val". Of course, the compared -// value must be an array, a channel, a map, a slice or a util. +// value must be an array, a channel, a map, a slice or a string. // // "val" can be an int value: // Len(12)