Fix some typos.

This commit is contained in:
Skilldrick
2011-02-20 11:26:27 +00:00
parent 0447d69a6d
commit 34cc5c4069
5 changed files with 7 additions and 7 deletions

View File

@@ -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