From d1bf8d1bff225af08f080b86073da6c578464689 Mon Sep 17 00:00:00 2001 From: Bruno Date: Thu, 20 Feb 2025 08:01:30 +0100 Subject: [PATCH] Correct grammar fault in comment. --- vlib/strconv/atoi_test.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/strconv/atoi_test.v b/vlib/strconv/atoi_test.v index 37ed9e07920b82..753acfa166a557 100644 --- a/vlib/strconv/atoi_test.v +++ b/vlib/strconv/atoi_test.v @@ -5,7 +5,7 @@ struct StrInt { // test struct int_value int } -// test what should be catched by atoi_common_check +// test what should be caught by atoi_common_check fn test_common_check() { // Parsing of these strings should fail on all types. ko := [