mirror of
https://github.com/vlang/v.git
synced 2025-09-16 10:57:25 -04:00
doc: fix typo in embedded structs description (#20407)
This commit is contained in:
parent
10d738c773
commit
a639ca09a7
@ -2561,7 +2561,7 @@ struct Button {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
With embedding, the struct `Button` will automatically have get all the fields and methods from
|
With embedding, the struct `Button` will automatically get all the fields and methods from
|
||||||
the struct `Size`, which allows you to do:
|
the struct `Size`, which allows you to do:
|
||||||
|
|
||||||
```v oksyntax
|
```v oksyntax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user