diff --git a/doc/docs.md b/doc/docs.md index 80a3ee8221..ec93469c2d 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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: ```v oksyntax