From 0a4f89cae38d24a5e293c85e58c7f97dfa5f27be Mon Sep 17 00:00:00 2001 From: Daemian Mack Date: Mon, 29 Aug 2011 17:34:35 -0300 Subject: [PATCH] Edited src/about_nil.rb via GitHub --- src/about_nil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_nil.rb b/src/about_nil.rb index 1e670a0..9df4f9b 100644 --- a/src/about_nil.rb +++ b/src/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