File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extensions/ql-vscode/src/model-editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments