Edited src/about_symbols.rb via GitHub
authorDaemian Mack <daemianmack@gmail.com>
Tue, 30 Aug 2011 00:44:30 +0000 (21:44 -0300)
committerDaemian Mack <daemianmack@gmail.com>
Tue, 30 Aug 2011 00:44:30 +0000 (21:44 -0300)
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