doc: remove ... placeholder that caused confusion

pull/7710/head
Alexander Medvednikov 2020-12-30 02:27:05 +01:00
parent 9976641be0
commit eef73edb57
1 changed files with 6 additions and 6 deletions

View File

@ -318,7 +318,7 @@ import gg
fn draw(ctx &gg.Context) {
gg := ctx.parent.get_ui().gg
gg.draw_rect(...)
gg.draw_rect(10, 10, 100, 50)
}
```