Skip to content

Commit a233eb0

Browse files
committed
Fix Map type
1 parent 1489bcd commit a233eb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,8 @@ Planned for a future release — a complete end-to-end example will be added onc
166166
| int/Integer | Enum16 || Serialize.writeInt16 |
167167
| String | JSON || N/A |
168168
| Array<Type> | Array<Type> || N/A |
169-
| Map<Type,Type> | Map<Type,Type> || N/A |
169+
| Map<K,V> | Map<K,V> || N/A |
170170
| Tuple<Type,..> | Map<T1,T2,..> || N/A |
171-
| Map<Type,Type> | Map<Type,Type> || N/A |
172171
| Object | Variant || N/A |
173172

174173
* For date operation need to provide ZoneId.

0 commit comments

Comments
 (0)