Skip to content

Commit 82853c2

Browse files
authored
Merge pull request astaxie#913 from nayzawoo/patch-1
Update 02.4.md
2 parents d5312d2 + 068f020 commit 82853c2

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)