Skip to content

Commit 068f020

Browse files
authored
Update 02.4.md
1 parent 70c8a68 commit 068f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ P.name = "Astaxie" // assign "Astaxie" to the field 'name' of p
2929
P.age = 25 // assign 25 to field 'age' of p
3030
fmt.Printf("The person's name is %s\n", P.name) // access field 'name' of p
3131
```
32-
There are three more ways to define a struct.
32+
There are three more ways to initialize a struct.
3333

3434
- Assign initial values by order
3535
```Go

0 commit comments

Comments
 (0)