소스 검색

test: cover audited calls and selector guards

Colby Mchenry 1 주 전
부모
커밋
9606ce670f
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/resolution/types.ts

+ 1 - 1
src/resolution/types.ts

@@ -119,7 +119,7 @@ export interface ResolutionContext {
    */
   getFileLines?(filePath: string): string[] | null;
   /**
-   * The method-definition nodes matching `typeName::methodName` in `language` —
+   * The method-definition nodes matching `typeName::methodName` in the language family —
    * exactly `resolveMethodOnType`'s kind/language/qualifiedName-suffix filter,
    * LRU-cached per (language, type, method). The uncached path re-fetches every
    * node sharing the METHOD name (unbounded — tens of thousands on a collision-