Skip to content

Commit

Permalink
chore: fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Feb 6, 2024
1 parent d550fd3 commit 419276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface Session {
}

/**
* An abstract client class used define common client properties and methods
* An abstract class used to define common database client properties and methods
*/
export abstract class QueryClient {
#connection: Connection;
Expand Down

1 comment on commit 419276d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No typecheck tests failure

This error was most likely caused by incorrect type stripping from the SWC crate

Please report the following failure to https://github.com/denoland/deno with a reproduction of the current commit

Failure log

Please # to comment.