Fix some typos.

This commit is contained in:
Skilldrick
2011-02-20 11:26:27 +00:00
parent 0447d69a6d
commit 34cc5c4069
5 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ class AboutModules < EdgeCase::Koan
assert_equal __, fido.bark
end
def test_module_methods_are_also_availble_in_the_object
def test_module_methods_are_also_available_in_the_object
fido = Dog.new
assert_nothing_raised(Exception) do
fido.set_name("Rover")