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:
parent
9976641be0
commit
eef73edb57
@ -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)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user