From 0794235441f37421030f91fc9551919a55965468 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Sun, 12 Sep 2010 21:32:55 -0400 Subject: [PATCH] Removed utf-8 character in comments. --- src/about_regular_expressions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_regular_expressions.rb b/src/about_regular_expressions.rb index 5c5f8fa..01e39f2 100644 --- a/src/about_regular_expressions.rb +++ b/src/about_regular_expressions.rb @@ -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 (|). # ------------------------------------------------------------------