diff --git a/doc/docs.md b/doc/docs.md index 07c75600088cef..90821823b610eb 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -2672,7 +2672,7 @@ Button{ ``` Unlike inheritance, you cannot type cast between structs and embedded structs -(the embedding struct can also has its own fields, and it can also embed multiple structs). +(the embedding struct can also have its own fields, and it can also embed multiple structs). If you need to access embedded structs directly, use an explicit reference like `button.Size`.