Removed docu typo

pull/594/head
vurtun 2018-01-02 11:08:10 +01:00
parent a9e87c6176
commit 5bbe337399
1 changed files with 1 additions and 1 deletions

View File

@ -1863,7 +1863,7 @@ NK_API struct nk_rect nk_layout_space_rect_to_local(struct nk_context*, struct n
* nk_group_end(ctx);
* }
*
* In the grand concept groups groups can be called after starting a window
* In the grand concept groups can be called after starting a window
* with `nk_begin_xxx` and before calling `nk_end`:
*
* struct nk_context ctx;