Skip to content

Commit 73f04fa

Browse files
Fixed title of exercise and link
1 parent 3fdc1ae commit 73f04fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06-composition/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ http://golang.org/doc/effective_go.html#embedding
1414

1515
## Code Review
1616

17-
[Composition I](example1) ([Go Playground](http://play.golang.org/p/W5ya6_LAU6))
17+
[Composition I](example1/example1.go) ([Go Playground](http://play.golang.org/p/W5ya6_LAU6))
1818

1919
[Composition II](example2/example2.go) ([Go Playground](http://play.golang.org/p/QKIjbBDW16))
2020

2121
## Exercises
2222

23-
### Exercise 2
23+
### Exercise 1
2424

2525
**Part A** Follow the guided comments to:
2626

0 commit comments

Comments
 (0)