We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c865e3 + aeaf0a7 commit ba7b29eCopy full SHA for ba7b29e
lib/koans/03_numbers.ex
@@ -65,7 +65,7 @@ defmodule Numbers do
65
assert string_digit == ___
66
end
67
68
- koan "The meaning of life in hexidecimal is 2A!" do
+ koan "The meaning of life in hexadecimal is 2A!" do
69
assert Integer.parse("2A", 16) == {___, ""}
70
71
0 commit comments