1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc: remove ... placeholder that caused confusion

This commit is contained in:
Alexander Medvednikov 2020-12-30 02:27:05 +01:00
parent 9976641be0
commit eef73edb57

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)
}
```