Correct spelling: "heirarachy" => "hierarchy"
authorMani Tadayon <tmani@me.com>
Tue, 29 Mar 2011 22:14:06 +0000 (15:14 -0700)
committerMani Tadayon <tmani@me.com>
Tue, 29 Mar 2011 22:14:06 +0000 (15:14 -0700)
koans/about_constants.rb

index 0beccdc..006f1c0 100644 (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?
 
   # ------------------------------------------------------------------