瀏覽代碼

change to jsdoc

yohei0125 4 年之前
父節點
當前提交
fc1cdf20aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/core/src/utils/page-path-utils.ts

+ 1 - 1
packages/core/src/utils/page-path-utils.ts

@@ -275,7 +275,7 @@ export const hasSlash = (str: string): boolean => {
   return str.includes('/');
 };
 
-/*
+/**
  * Generate RegExp instance for one level lower path
  */
 export const generateChildrenRegExp = (path: string): RegExp => {