Make intro/2 more readable by making 'not' more explicit.
This commit is contained in:
@@ -26,7 +26,7 @@ defmodule Display do
|
|||||||
end
|
end
|
||||||
|
|
||||||
defp intro(module, modules) do
|
defp intro(module, modules) do
|
||||||
if ! module in modules do
|
if not module in modules do
|
||||||
show_intro(module.intro)
|
show_intro(module.intro)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user