From 419276d4563e84968b50bace84f16fb9becf7c24 Mon Sep 17 00:00:00 2001 From: bombillazo Date: Mon, 5 Feb 2024 22:50:20 -0400 Subject: [PATCH] chore: fix grammar in comment --- client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.ts b/client.ts index c116fe8..7635c6a 100644 --- a/client.ts +++ b/client.ts @@ -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;