From e9763552f75de495361f1ab7fd7a2f0e9adbf482 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:49:54 +0100 Subject: [PATCH] fs: fix a typo in a comment --- fs/log_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/log_test.go b/fs/log_test.go index e536622f4..ef3ae2a72 100644 --- a/fs/log_test.go +++ b/fs/log_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/require" ) -// Check it satisfies the interfac( +// Check it satisfies the interfaces var ( _ flagger = (*LogLevel)(nil) _ flaggerNP = LogLevel(0)