Removed utf-8 character in comments.

This commit is contained in:
Jim Weirich
2010-09-12 21:32:55 -04:00
parent ad99c372c3
commit 0794235441

View 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 (|).
# ------------------------------------------------------------------