Skip to content

Commit 8d9ff50

Browse files
committed
get-many move option to value
Signed-off-by: David Justice <[email protected]>
1 parent da58d54 commit 8d9ff50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit/batch.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface batch {
2929
/// MAY show an out-of-date value if there are concurrent writes to the store.
3030
///
3131
/// If any other error occurs, it returns an `Err(error)`.
32-
get-many: func(bucket: borrow<bucket>, keys: list<string>) -> result<list<option<tuple<string, list<u8>>>>, error>;
32+
get-many: func(bucket: borrow<bucket>, keys: list<string>) -> result<list<tuple<string, option<list<u8>>>>, error>;
3333

3434
/// Set the values associated with the keys in the store. If the key already exists in the
3535
/// store, it overwrites the value.

0 commit comments

Comments
 (0)