Skip to content

Commit da24efe

Browse files
authored
map is now a reserved WIT keyword (#41)
1 parent 51c83fe commit da24efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wit/resp.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface resp {
1313
big-number(string),
1414
bulk-error(string),
1515
verbatim-string(tuple<string, string>),
16-
map(list<tuple<nested-value, nested-value>>),
16+
%map(list<tuple<nested-value, nested-value>>),
1717
set(list<nested-value>),
1818
push(list<nested-value>),
1919
}

0 commit comments

Comments
 (0)