Skip to content

Commit c13cdf1

Browse files
authored
Small Grammar Improvement
1 parent 422a794 commit c13cdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/static/tutorials/transform2d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>What&rsquo;s the Advantage?</h3>
118118
is a lot more trouble than just adding to coordinates. For a simple example
119119
like the rectangle, you are correct. But let&rsquo;s take an example of
120120
where <code>translate()</code> can make life easier. Here is some
121-
code that draws a row of houses. It uses a loop that calls
121+
code that draws a row of houses. It uses a loop that calls a
122122
function named <code>house()</code>, which takes
123123
the <i>x</i> and <i>y</i> location of the
124124
house&rsquo;s upper-left corner as its parameters.</p>

0 commit comments

Comments
 (0)