diff --git a/src/modules/ad/core/application/queries/match/algorithm.abstract.ts b/src/modules/ad/core/application/queries/match/algorithm.abstract.ts index c5df2d4..7fe7d78 100644 --- a/src/modules/ad/core/application/queries/match/algorithm.abstract.ts +++ b/src/modules/ad/core/application/queries/match/algorithm.abstract.ts @@ -13,7 +13,7 @@ export abstract class Algorithm { ) {} /** - * Filter candidates that matches the query + * Return Ads that matches the query as Matches */ match = async (): Promise => { this.candidates = await this.selector.select();