From 95f7fba8ae26c400eb1178ebe796cf1c8ab55dcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hern=C3=A1n=20Schmidt?= Date: Fri, 14 Oct 2011 20:56:47 -0300 Subject: [PATCH] fix typo in message --- koans/about_nil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_nil.rb b/koans/about_nil.rb index 5e1e28b..1a74ed0 100644 --- a/koans/about_nil.rb +++ b/koans/about_nil.rb @@ -8,7 +8,7 @@ class AboutNil < EdgeCase::Koan def test_you_dont_get_null_pointer_errors_when_calling_methods_on_nil # What happens when you call a method that doesn't exist. The # following begin/rescue/end code block captures the exception and - # make some assertions about it. + # makes some assertions about it. begin nil.some_method_nil_doesnt_know_about rescue Exception => ex -- 1.8.0.2