Correct spelling: "heirarachy" => "hierarchy"

This commit is contained in:
Mani Tadayon
2011-03-29 15:14:06 -07:00
parent 39d556d66e
commit 6dc43a1ab0

View File

@@ -67,7 +67,7 @@ class AboutConstants < EdgeCase::Koan
end
# QUESTION: Which has precedence: The constant in the lexical scope,
# or the constant from the inheritance heirarachy?
# or the constant from the inheritance hierarchy?
# ------------------------------------------------------------------