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 77 (PDF) #12

Open NiranjanSarade opened 11 years ago

NiranjanSarade commented 11 years ago

This second stack represents the path through your Ruby program YARV has taken and it’s current location.

should be =>

This second stack represents the path through your Ruby program YARV has taken and its current location