From d6f69b5b260bd10851d0e0dc87c034ab4fec85c5 Mon Sep 17 00:00:00 2001 From: Aviv Ben-Yosef Date: Sat, 26 Mar 2011 19:14:30 +0200 Subject: [PATCH] fixing typo --- koans/about_proxy_object_project.rb | 2 +- src/about_proxy_object_project.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koans/about_proxy_object_project.rb b/koans/about_proxy_object_project.rb index a959a80..1c1a8e7 100644 --- a/koans/about_proxy_object_project.rb +++ b/koans/about_proxy_object_project.rb @@ -6,7 +6,7 @@ require File.expand_path(File.dirname(__FILE__) + '/edgecase') # below). You should be able to initialize the proxy object with any # object. Any messages sent to the proxy object should be forwarded # to the target object. As each message is sent, the proxy should -# record the name of the method send. +# record the name of the method sent. # # The proxy class is started for you. You will need to add a method # missing handler and any other supporting methods. The specification diff --git a/src/about_proxy_object_project.rb b/src/about_proxy_object_project.rb index 1d64f0f..483a7d7 100644 --- a/src/about_proxy_object_project.rb +++ b/src/about_proxy_object_project.rb @@ -6,7 +6,7 @@ require File.expand_path(File.dirname(__FILE__) + '/edgecase') # below). You should be able to initialize the proxy object with any # object. Any messages sent to the proxy object should be forwarded # to the target object. As each message is sent, the proxy should -# record the name of the method send. +# record the name of the method sent. # # The proxy class is started for you. You will need to add a method # missing handler and any other supporting methods. The specification -- 1.8.0.2