Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef88f22

Browse files
committedJul 9, 2018
fix typo
1 parent fdab470 commit ef88f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ import "fmt"
10681068

10691069
func main() {
10701070
type P struct {
1071-
Age [17]int
1071+
Age [16]int
10721072
}
10731073
var a = map[P]int{}
10741074
a[P{}] = 1

0 commit comments

Comments
 (0)
Please sign in to comment.