Skip to content

Commit 88d747d

Browse files
committed
Integrate tech editing for Chapter 17
1 parent e1e07e4 commit 88d747d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

17_canvas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,8 @@ transforming, and then restore the old transformation. This is usually
783783
the proper thing to do for a function that needs to temporarily
784784
transform the coordinate system. First, we save whatever
785785
transformation the code that called the function was using. Then the
786-
function does its thing (on top of the existing transformation),
787-
possibly adding more transformations. And finally, we revert to the
786+
function does its thing, adding more transformations on top of the
787+
current transformation. And finally, we revert to the
788788
transformation we started with.
789789

790790
{{index "save method", "restore method"}}

0 commit comments

Comments
 (0)