Skip to content

Commit 04b855e

Browse files
authored
fix the the
1 parent 5034b28 commit 04b855e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/positioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bool MyLayer::init() {
130130
Here is what the result will look like ingame:
131131
![image-of-the-created-ccmenu](/assets/positioning_contentsize1.png)
132132

133-
As you can see, the the menu has the perfect content size, and the buttons are placed in their right spots.
133+
As you can see, the menu has the perfect content size, and the buttons are placed in their right spots.
134134

135135
You might say "Why did we use the buttons' content sizes to place them inside the menu? This doesn't make any sense!". To answer that, we have to talk about **anchor points**.
136136

0 commit comments

Comments
 (0)