From 39d556d66ee08b268ecca9486557bb38e820aaf6 Mon Sep 17 00:00:00 2001 From: Mani Tadayon Date: Tue, 29 Mar 2011 11:11:09 -0700 Subject: [PATCH] Fix one letter typo in comments --- koans/about_symbols.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_symbols.rb b/koans/about_symbols.rb index 6133faa..f4a4319 100644 --- a/koans/about_symbols.rb +++ b/koans/about_symbols.rb @@ -84,7 +84,7 @@ class AboutSymbols < EdgeCase::Koan # interesting string operations are available on symbols. def test_symbols_cannot_be_concatenated - # Exceptions will be pondered further father down the path + # Exceptions will be pondered further farther down the path assert_raise(___) do :cats + :dogs end -- 1.8.0.2