From 9f7c7b71faf2566e340dbe8bbc2c71a8a5e12d96 Mon Sep 17 00:00:00 2001 From: eeeXun Date: Wed, 15 Mar 2023 21:17:25 +0800 Subject: [PATCH] style: bad grammar in comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 44c36e8..be61aa9 100644 --- a/main.go +++ b/main.go @@ -76,7 +76,7 @@ func main() { panic(err) } - // Check if config need to update + // Check if config file need to be updated defer updateConfig() } }