Skip to content

Commit 22679b8

Browse files
Dave Bartolomeoaeisenberg
andauthored
Update extensions/ql-vscode/src/local-databases.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent 9344499 commit 22679b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/local-databases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ export class DatabaseManager extends DisposableObject {
636636
* Adds a {@link DatabaseItem} to the list of open databases, if that database is not already on
637637
* the list.
638638
*
639-
* Typically, the item will have been created by {@link createOrOpenDatabaseItem}.
639+
* Typically, the item will have been created by {@link createOrOpenDatabaseItem} or {@link openDatabase}.
640640
*/
641641
public async addExistingDatabaseItem(
642642
databaseItem: DatabaseItem,

0 commit comments

Comments
 (0)