patshaughnessy / ruby-under-a-microscope

Code Samples for Ruby Under A Microscope - Learning Ruby Internals Through Experiment
56 stars 6 forks source link

Typo : Page 76 (PDF) #11

Open NiranjanSarade opened 11 years ago

NiranjanSarade commented 11 years ago

It not only has to track the arguments and return values for it’s own internal instructions

Should be =>

It not only has to track the arguments and return values for its own internal instructions

Thanks