Skip to content

Commit

Permalink
Changed "rotating" to "scaling" for the scale example
Browse files Browse the repository at this point in the history
  • Loading branch information
kidproquo committed Sep 15, 2014
1 parent 7ce144d commit d299536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ With children, changing the `Scale` of the parent will also change the `Scale` t
```cpp
auto myNode = cocos2d::Node::create();
// rotating by setting
// scaling by setting
myNode->setScale(1.5); // scales uniformly by 1.5
```

Expand Down

0 comments on commit d299536

Please sign in to comment.