udacity / robotics-nanodegree-issues

Public waffleboard to track Robotics Nanodegree Issues
2 stars 0 forks source link

7.1.11 "Inheritance and Pointers" #178

Closed thatting closed 7 years ago

thatting commented 7 years ago

There is a typing-error in this section:

-> cout << "Address of wheel 1 obect= "

should be :

-> cout << "Address of wheel 1 object= "

Also, the enclosed screen snapshot contains the spelling mistake.

karimchamaa commented 7 years ago

Resolved, Thanks!