From: Connor Montgomery Date: Thu, 18 Aug 2011 07:21:03 +0000 (-0500) Subject: Fixed a typo. X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=0ae75e0dbd7032e1d96061b49e27f4cf59071ce3 Fixed a typo. --- diff --git a/src/about_message_passing.rb b/src/about_message_passing.rb index 37126f2..882716e 100644 --- a/src/about_message_passing.rb +++ b/src/about_message_passing.rb @@ -99,7 +99,7 @@ class AboutMessagePassing < EdgeCase::Koan # keep in mind you can't call method_missing like that in Ruby # 1.9. normally. # - # Thanks. We now return you to your regularly schedule Ruby + # Thanks. We now return you to your regularly scheduled Ruby # Koans. end