Merge pull request #49 from daemianmack/master
authorMatt Yoho <mbyoho@gmail.com>
Mon, 29 Aug 2011 19:48:08 +0000 (12:48 -0700)
committerMatt Yoho <mbyoho@gmail.com>
Mon, 29 Aug 2011 19:48:08 +0000 (12:48 -0700)
Fixed a typo.

src/about_symbols.rb

index d618e7c..95cdffd 100644 (file)
@@ -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 down the path
     assert_raise(___(NoMethodError)) do
       :cats + :dogs
     end