Updated koans from source.

This commit is contained in:
Jim Weirich
2010-09-12 21:33:11 -04:00
parent 0794235441
commit 57f0f4f178
7 changed files with 27 additions and 14 deletions

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