Skip to content

Commit 850c04a

Browse files
Clarify method docs
1 parent 9d40d9a commit 850c04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/src/model-editor/modeling-store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class ModelingStore extends DisposableObject {
156156

157157
/**
158158
* Returns the methods for the given database item and method signatures.
159-
* If no method signatures are provided, returns all methods.
159+
* If the `methodSignatures` argument not provided or is undefined, returns all methods.
160160
*/
161161
public getMethods(
162162
dbItem: DatabaseItem,
@@ -201,7 +201,7 @@ export class ModelingStore extends DisposableObject {
201201

202202
/**
203203
* Returns the modeled methods for the given database item and method signatures.
204-
* If no method signatures are provided, returns all modeled methods.
204+
* If the `methodSignatures` argument not provided or is undefined, returns all modeled methods.
205205
*/
206206
public getModeledMethods(
207207
dbItem: DatabaseItem,

0 commit comments

Comments
 (0)