From 138bc7c9bcd6d2850c5bbda4cab78b050a0007df Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Mon, 16 Aug 2010 14:59:04 -0400 Subject: [PATCH] Minor change to comment about regular expressions. --- src/about_strings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_strings.rb b/src/about_strings.rb index f61d533..97a3877 100644 --- a/src/about_strings.rb +++ b/src/about_strings.rb @@ -166,7 +166,7 @@ EOS # NOTE: Patterns are formed from Regular Expressions. Ruby has a # very powerful Regular Expression library. Unfortunately, time - # does not permit us to explore it in detail in Ruby 101. + # does not permit us to explore it in detail now. end def test_strings_can_be_joined