Fix a small typo in the 1st exercise of the 14 topic

This commit is contained in:
Artem Panasenko 2021-12-29 17:04:50 +02:00 committed by İnanç Gümüş
parent e4c3980bec
commit 931ae3db64

View File

@ -36,7 +36,7 @@ package main
// When printing a string array, you can use "%q" verb as usual.
//
// EXPECTED OUTPUT
// names : [3]string{"", "", "", ""}
// names : [3]string{"", "", ""}
// distances: [5]int{0, 0, 0, 0, 0}
// data : [5]uint8{0x0, 0x0, 0x0, 0x0, 0x0}
// ratios : [1]float64{0}