Fix one letter typo in comments
authorMani Tadayon <tmani@me.com>
Tue, 29 Mar 2011 18:11:09 +0000 (11:11 -0700)
committerMani Tadayon <tmani@me.com>
Tue, 29 Mar 2011 18:11:09 +0000 (11:11 -0700)
koans/about_symbols.rb

index 6133faa..f4a4319 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 farther down the path
     assert_raise(___) do
       :cats + :dogs
     end