Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 25, 2023
1 parent 2fb3d3b commit e12c47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hollowdb-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class SetSDK<V = unknown> extends BaseSDK<V, {proofs: ['auth']; whitelist
/**
* Inserts the given value into database.
*
* There must not be a value at the given key.
* Overwrites the existing values at the given key.
*
* @param key the key of the value to be inserted
* @param value the value to be inserted
Expand All @@ -28,7 +28,7 @@ export class SetSDK<V = unknown> extends BaseSDK<V, {proofs: ['auth']; whitelist
/**
* Inserts an array of value into database.
*
* There must not be a value at the given key.
* Overwrites the existing values at the given keys.
*
* @param keys the keys of the values to be inserted
* @param values the values to be inserted
Expand Down

0 comments on commit e12c47c

Please sign in to comment.