Skip to content

Commit 030a7f9

Browse files
committed
2 parents c35f5ec + 1e7cd71 commit 030a7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ _QuadNode_ :
218218
| void | Init(QuadTree*, QuadNode*, int, int, int, int) | Initialize node data |
219219
| void | SetRect(int&, int&, int&, int&) | Sets the rect info |
220220
| Rect | GetRect() | Returns the node rect |
221-
| const std::list<Entity*>* | GetContent() | Resturs a pointer to the data list |
221+
| const std::list<Entity*>* | GetContent() | Return a pointer to the data list |
222222
| static void | SubDivide(QuadNode&, int) | Subdivides the tree X number of times |
223223

224224
<br>

0 commit comments

Comments
 (0)