Skip to content

Commit 86fb681

Browse files
authored
Update README.md (#23)
1 parent 1981f2d commit 86fb681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Supported types:
1616
- `string`, `*string`, `[]string`, `[]*string`
1717
- `bool`, `*bool`, `[]bool`, `[]*bool`
1818
- `int`, `int8`, `int16`, `int32`, `int64` + slices of these types
19-
- `*int`, `*int8`, `*int16`, `*int32`, `*int64`
19+
- `*int`, `*int8`, `*int16`, `*int32`, `*int64` + slices of these types
2020
- `uint`, `uint8`, `uint16`, `uint32`, `uint64` + slices of these types
21-
- `*uint`, `*uint8`, `*uint16`, `*uint32`, `*uint64`
21+
- `*uint`, `*uint8`, `*uint16`, `*uint32`, `*uint64` + slices of these types
2222
- `float32`, `float64` + slices of these types
2323
- `*float32`, `*float64`
2424
- `time.Duration` from strings like `12ms`, `2s` etc.

0 commit comments

Comments
 (0)