Skip to content

Commit

Permalink
fix: hexadecimal typo (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill committed Aug 21, 2023
1 parent 80542ed commit 94a9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/floats/src/munit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ munit_print_help(int argc, char* const argv[MUNIT_ARRAY_PARAM(argc + 1)], void*
puts(" --seed SEED\n"
" Value used to seed the PRNG. Must be a 32-bit integer in decimal\n"
" notation with no separators (commas, decimals, spaces, etc.), or\n"
" hexidecimal prefixed by \"0x\".\n"
" hexadecimal prefixed by \"0x\".\n"
" --iterations N\n"
" Run each test N times. 0 means the default number.\n"
" --param name value\n"
Expand Down

0 comments on commit 94a9fbd

Please sign in to comment.