Skip to content

Commit

Permalink
chore: fix typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano authored Mar 28, 2020
1 parent 63846df commit 14f6f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ map[int]bool
| delete | 888 ns/op, 211 B/op | 280 ns/op, 44 B/op |
| Iterate | 206 ns/op, 44 B/op | 693 ns/op, 259 B/op |

map[string]bool(PS : Use strconv.Iota())
map[string]bool(PS : Use strconv.Itoa())

| | map | orderedmap |
| ----------- | ------------------- | ----------------------- |
Expand Down

0 comments on commit 14f6f98

Please sign in to comment.