Skip to content

Commit e12c47c

Browse files
committed
doc fix
1 parent 2fb3d3b commit e12c47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hollowdb-set.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class SetSDK<V = unknown> extends BaseSDK<V, {proofs: ['auth']; whitelist
1010
/**
1111
* Inserts the given value into database.
1212
*
13-
* There must not be a value at the given key.
13+
* Overwrites the existing values at the given key.
1414
*
1515
* @param key the key of the value to be inserted
1616
* @param value the value to be inserted
@@ -28,7 +28,7 @@ export class SetSDK<V = unknown> extends BaseSDK<V, {proofs: ['auth']; whitelist
2828
/**
2929
* Inserts an array of value into database.
3030
*
31-
* There must not be a value at the given key.
31+
* Overwrites the existing values at the given keys.
3232
*
3333
* @param keys the keys of the values to be inserted
3434
* @param values the values to be inserted

0 commit comments

Comments
 (0)