Update doc/docs.md

Co-authored-by: JalonSolov <JalonSolov@gmail.com>
pull/13560/head
gcxfd 2022-02-22 21:27:23 +08:00 committed by GitHub
parent 95032977e7
commit a6209b7374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2151,7 +2151,7 @@ Button{
Embedded struct like inheritance, struct will automatically have the fields and methods from embedded struct.
Embedded struct is not inheritance, can't type cast between structs and embedded structs.
Unlike inheritance, you cannot type cast between structs and embedded structs.
If you want to access embedded structs, write something like `button.Size`.