Fixes typo of variable name
This commit is contained in:
parent
327bfe6520
commit
f92cefd26d
@ -7,7 +7,7 @@ import "fmt"
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
// Here we create an array `x` that will hold exactly
|
// Here we create an array `a` that will hold exactly
|
||||||
// 5 `int`s. The type of elements and length are both
|
// 5 `int`s. The type of elements and length are both
|
||||||
// part of the array's type. By default an array is
|
// part of the array's type. By default an array is
|
||||||
// zero-valued, which for `int`s means `0`s.
|
// zero-valued, which for `int`s means `0`s.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user