Skip to content

Commit d59bdfe

Browse files
authored
Update introduction.md (#2781)
1 parent 1eed40b commit d59bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/coordinate-transformation/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const mySecondCounter = makeCounter();
105105
mySecondCounter();
106106
// => 1
107107

108-
// It is not affect the first counter.
108+
// It does not affect the first counter.
109109

110110
myFirstCounter();
111111
// => 3

0 commit comments

Comments
 (0)