Skip to content

Commit

Permalink
Fix doc comment example in database.ts (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B authored Oct 23, 2024
1 parent 93441dc commit bf84655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@ export class Database {
* @example
* ```js
* const systemDb = new Database();
* const myDb = system.database("my_database");
* const myDb = systemDb.database("my_database");
* ```
*/
database(databaseName: string) {
Expand Down

0 comments on commit bf84655

Please sign in to comment.