From: Mani Tadayon Date: Tue, 29 Mar 2011 22:14:06 +0000 (-0700) Subject: Correct spelling: "heirarachy" => "hierarchy" X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=6dc43a1ab08dd1a1701b92ef8e3a78d363cc2e98 Correct spelling: "heirarachy" => "hierarchy" --- diff --git a/koans/about_constants.rb b/koans/about_constants.rb index 0beccdc..006f1c0 100644 --- a/koans/about_constants.rb +++ b/koans/about_constants.rb @@ -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? # ------------------------------------------------------------------