Skip to content

Commit bf84655

Browse files
authored
Fix doc comment example in database.ts (#816)
1 parent 93441dc commit bf84655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,7 @@ export class Database {
23972397
* @example
23982398
* ```js
23992399
* const systemDb = new Database();
2400-
* const myDb = system.database("my_database");
2400+
* const myDb = systemDb.database("my_database");
24012401
* ```
24022402
*/
24032403
database(databaseName: string) {

0 commit comments

Comments
 (0)