fix small typos

GitOrigin-RevId: b4fbd8a23bfee9d8a0a70a7e78790a3798096ba2
This commit is contained in:
Jan Kleprlik
2024-07-24 14:04:49 +02:00
committed by intellij-monorepo-bot
parent dfd9408eb2
commit 1decb466d2

View File

@@ -199,7 +199,7 @@ public class ProjectFileIndexImpl extends FileIndexBase implements ProjectFileIn
return fileSet != null;
}
// a slightly faster implementation then the default one
// a slightly faster implementation than the default one
@Override
public boolean isInLibrary(@NotNull VirtualFile fileOrDir) {
WorkspaceFileSet fileSet = myWorkspaceFileIndex.findFileSet(fileOrDir, true, false, true, true, false);