Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed May 9, 2024
1 parent 27d6504 commit 9e588af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/backends/SyncStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface SyncStore {
*/
export interface SyncTransaction {
/**
* Retrieves the data at the given key. Throws an ApiError if an error occurs
* Retrieves the data at the given key. Throws an error if an error occurs
* or if the key does not exist.
* @param ino The key to look under for data.
* @return The data stored under the key, or undefined if not present.
Expand Down
1 change: 0 additions & 1 deletion src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export class ErrnoError extends Error implements NodeJS.ErrnoException {
*
* Error codes mirror those returned by regular Unix file operations, which is
* what Node returns.
* @constructor ApiError
* @param type The type of the error.
* @param message A descriptive error message.
*/
Expand Down

0 comments on commit 9e588af

Please sign in to comment.