From e871052dd35d1b8b443941c93baebae24d0d77c3 Mon Sep 17 00:00:00 2001 From: capitalist Date: Tue, 10 Feb 2009 12:35:10 -0700 Subject: [PATCH] Fix typo --- koans/about_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_methods.rb b/koans/about_methods.rb index 187ad27..34d93fb 100644 --- a/koans/about_methods.rb +++ b/koans/about_methods.rb @@ -72,7 +72,7 @@ class AboutMethods < EdgeCase::Koan def method_with_explicit_return :a_non_return_value return :return_value - :anoher_non_return_value + :another_non_return_value end def test_method_with_explicit_return