Removed utf-8 character in comments.
authorJim Weirich <jim.weirich@gmail.com>
Mon, 13 Sep 2010 01:32:55 +0000 (21:32 -0400)
committerJim Weirich <jim.weirich@gmail.com>
Mon, 13 Sep 2010 01:32:55 +0000 (21:32 -0400)
src/about_regular_expressions.rb

index 5c5f8fa..01e39f2 100644 (file)
@@ -141,7 +141,7 @@ class AboutRegularExpressions < EdgeCase::Koan
 
   # THINK ABOUT IT:
   #
-  # Explain the difference between a character class ([]) and alternation (|).
+  # Explain the difference between a character class ([...]) and alternation (|).
 
   # ------------------------------------------------------------------