From cf7eb992b0b4ea1d1d55bd387628a08bc068c390 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 13 Mar 2024 13:13:39 +0200 Subject: [PATCH] Update vlib/builtin/string.v --- vlib/builtin/string.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/builtin/string.v b/vlib/builtin/string.v index ddf68f8d8cb6d4..48acddad5ba2a9 100644 --- a/vlib/builtin/string.v +++ b/vlib/builtin/string.v @@ -1925,7 +1925,7 @@ pub fn (str string) is_bin() bool { return true } -// is_hex returns 'true' if the string is a hexadecimal value, or 'false' if it is not +// is_hex returns 'true' if the string is a hexadecimal value, or 'false' if it is not. @[direct_array_access] pub fn (str string) is_hex() bool { mut i := 0