Back ported a lot of changes made to the Koans directory.
[ruby_koans.git] / koans / about_symbols.rb
index f4a4319..a88d6fe 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 farther down the path
+    # Exceptions will be pondered further down the path
     assert_raise(___) do
       :cats + :dogs
     end