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:
@ -318,7 +318,7 @@ import gg
|
|||||||
|
|
||||||
fn draw(ctx &gg.Context) {
|
fn draw(ctx &gg.Context) {
|
||||||
gg := ctx.parent.get_ui().gg
|
gg := ctx.parent.get_ui().gg
|
||||||
gg.draw_rect(...)
|
gg.draw_rect(10, 10, 100, 50)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user