diff options
-rw-r--r-- | types/bun/sqlite.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/bun/sqlite.d.ts b/types/bun/sqlite.d.ts index 9b95cb581..3c181690e 100644 --- a/types/bun/sqlite.d.ts +++ b/types/bun/sqlite.d.ts @@ -499,7 +499,7 @@ declare module "bun:sqlite" { /** * Creates a new prepared statement from native code. * - * This is used internally by the {@link Database} class. + * This is used internally by the {@link Database} class. Probably you don't need to call this yourself. */ constructor(nativeHandle: any); |