Skip to content

Commit c3e1891

Browse files
Fix typo in comment
1 parent aa04583 commit c3e1891

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
@@ -171,7 +171,7 @@ export class ModelingStore extends DisposableObject {
171171

172172
/**
173173
* Returns the methods for the given database item and method signatures.
174-
* If the `methodSignatures` argument not provided or is undefined, returns all methods.
174+
* If the `methodSignatures` argument is not provided or is undefined, returns all methods.
175175
*/
176176
public getMethods(
177177
dbItem: DatabaseItem,
@@ -216,7 +216,7 @@ export class ModelingStore extends DisposableObject {
216216

217217
/**
218218
* Returns the modeled methods for the given database item and method signatures.
219-
* If the `methodSignatures` argument not provided or is undefined, returns all modeled methods.
219+
* If the `methodSignatures` argument is not provided or is undefined, returns all modeled methods.
220220
*/
221221
public getModeledMethods(
222222
dbItem: DatabaseItem,

0 commit comments

Comments
 (0)