We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c83fe commit da24efeCopy full SHA for da24efe
1 file changed
wit/resp.wit
@@ -13,7 +13,7 @@ interface resp {
13
big-number(string),
14
bulk-error(string),
15
verbatim-string(tuple<string, string>),
16
- map(list<tuple<nested-value, nested-value>>),
+ %map(list<tuple<nested-value, nested-value>>),
17
set(list<nested-value>),
18
push(list<nested-value>),
19
}
0 commit comments