Skip to content

Commit

Permalink
Correct grammar fault in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno-Vdr committed Feb 20, 2025
1 parent 3875d60 commit d1bf8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/strconv/atoi_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -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 := [
Expand Down

0 comments on commit d1bf8d1

Please sign in to comment.