Skip to content

Commit 5b6c0f0

Browse files
authored
Merge pull request astaxie#1038 from FeruzOripov/patch-3
Changed name Sam to Tom line 144
2 parents 7e6e928 + 04e7425 commit 5b6c0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02.6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func main() {
141141
mike := Student{Human{"Mike", 25, "222-222-XXX"}, "MIT", 0.00}
142142
paul := Student{Human{"Paul", 26, "111-222-XXX"}, "Harvard", 100}
143143
sam := Employee{Human{"Sam", 36, "444-222-XXX"}, "Golang Inc.", 1000}
144-
tom := Employee{Human{"Sam", 36, "444-222-XXX"}, "Things Ltd.", 5000}
144+
tom := Employee{Human{"Tom", 36, "444-222-XXX"}, "Things Ltd.", 5000}
145145

146146
// define interface i
147147
var i Men

0 commit comments

Comments
 (0)