Fix typo in comment

This commit is contained in:
Robert
2023-10-09 12:26:09 +01:00
parent aa045835fd
commit c3e18910fc

View File

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