diff --git a/imports.md b/imports.md index ca31a78..6bb14ad 100644 --- a/imports.md +++ b/imports.md @@ -304,7 +304,7 @@ list.

Return values

set-many: func

Set the values associated with the keys in the store. If the key already exists in the diff --git a/watch-service.md b/watch-service.md index a65115a..5ae5362 100644 --- a/watch-service.md +++ b/watch-service.md @@ -302,7 +302,7 @@ list.

Return values

set-many: func

Set the values associated with the keys in the store. If the key already exists in the diff --git a/wit/batch.wit b/wit/batch.wit index 70c05fe..495c939 100644 --- a/wit/batch.wit +++ b/wit/batch.wit @@ -29,7 +29,7 @@ interface batch { /// MAY show an out-of-date value if there are concurrent writes to the store. /// /// If any other error occurs, it returns an `Err(error)`. - get-many: func(bucket: borrow, keys: list) -> result>>>, error>; + get-many: func(bucket: borrow, keys: list) -> result>>>, error>; /// Set the values associated with the keys in the store. If the key already exists in the /// store, it overwrites the value.