Skip to content

Commit

Permalink
Update vlib/builtin/string.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman authored Mar 13, 2024
1 parent c33786d commit cf7eb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/builtin/string.v
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf7eb99

Please sign in to comment.