This commit is contained in:
YHH
2025-09-28 10:36:01 +08:00
parent 4f651eb42e
commit cffe32911d
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ export class Matcher {
}
/**
* 创建空匙配器(向后兼容)
* 创建空匙配器
*/
public static empty(): Matcher {
return new Matcher();