Typo in error message
This commit is contained in:
@@ -5,7 +5,7 @@ defmodule Koans do
|
|||||||
|
|
||||||
defmacro koan(name, body) do
|
defmacro koan(name, body) do
|
||||||
if not valid_name(name) do
|
if not valid_name(name) do
|
||||||
raise "Name does not start with a capital ltter: #{name}"
|
raise "Name does not start with a capital letter: #{name}"
|
||||||
end
|
end
|
||||||
|
|
||||||
compiled_name = String.to_atom(name)
|
compiled_name = String.to_atom(name)
|
||||||
|
|||||||
Reference in New Issue
Block a user