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

doc: fix grammar in docs (#18465)

This commit is contained in:
Thomas Peißl 2023-06-16 08:46:55 +02:00 committed by GitHub
parent ccb70b1292
commit e087b8b557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2473,7 +2473,7 @@ but a short, preferably one letter long, name.
### Embedded structs
V support embedded structs .
V supports embedded structs.
```v
struct Size {