You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem:
comment is not correct in Line 50, 51 for this block: Line 46-52, since bottom_right.y is updated by another_point.y, not point.y:
Suggested fix:
here the comment for println second point should be:
// bottom_right.y will be the same as another_point.y because we used that field
// from another_point
The text was updated successfully, but these errors were encountered:
I have searched open and closed issues and pull requests for duplicates, using these search terms:
URL to the section(s) of the book with this problem:
Description of the problem:
comment is not correct in Line 50, 51 for this block: Line 46-52, since
bottom_right.y
is updated byanother_point.y
, notpoint.y
:Suggested fix:
here the comment for println second point should be:
//
bottom_right.y
will be the same asanother_point.y
because we used that field// from
another_point
The text was updated successfully, but these errors were encountered: