Fixed spelling of repetition.

This commit is contained in:
Jim Weirich
2010-08-22 01:55:02 -04:00
parent 9c0ccd53a2
commit 3aa75e86aa

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
require File.expand_path(File.dirname(__FILE__) + '/edgecase') require File.expand_path(File.dirname(__FILE__) + '/edgecase')
class AboutRegularExpressions < EdgeCase::Koan class AboutRegularExpressions < EdgeCase::Koan
@@ -36,7 +37,7 @@ class AboutRegularExpressions < EdgeCase::Koan
# THINK ABOUT IT: # THINK ABOUT IT:
# #
# We say that the repition operators above are "greedy." # We say that the repetition operators above are "greedy."
# #
# Why? # Why?