Skip to content

Commit 931ae3d

Browse files
Artem Panasenkoinancgumus
Artem Panasenko
authored andcommitted
Fix a small typo in the 1st exercise of the 14 topic
1 parent e4c3980 commit 931ae3d

File tree

1 file changed

+1
-1
lines changed
  • 14-arrays/exercises/01-declare-empty

1 file changed

+1
-1
lines changed

14-arrays/exercises/01-declare-empty/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ package main
3636
// When printing a string array, you can use "%q" verb as usual.
3737
//
3838
// EXPECTED OUTPUT
39-
// names : [3]string{"", "", "", ""}
39+
// names : [3]string{"", "", ""}
4040
// distances: [5]int{0, 0, 0, 0, 0}
4141
// data : [5]uint8{0x0, 0x0, 0x0, 0x0, 0x0}
4242
// ratios : [1]float64{0}

0 commit comments

Comments
 (0)