Fix one letter typo in comments

This commit is contained in:
Mani Tadayon
2011-03-29 11:11:09 -07:00
parent 3fd8d9da79
commit 39d556d66e

View 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