Browse Source

Improved comments

Taichi Masuyama 4 years ago
parent
commit
06e98dd59f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/utils/page-delete-config.ts

+ 1 - 1
packages/app/src/utils/page-delete-config.ts

@@ -49,7 +49,7 @@ export const validateDeleteConfigs = (
  * Convert IPageDeleteConfigValue.Inherit to the calculable value
  * @param confForSingle IPageDeleteConfigValueToProcessValidation
  * @param confForRecursive IPageDeleteConfigValue
- * @returns IPageDeleteConfigValueToProcessValidation
+ * @returns [(value for single), (value for recursive)]
  */
 export const prepareDeleteConfigValuesForCalc = (
     confForSingle: IPageDeleteConfigValueToProcessValidation, confForRecursive: IPageDeleteConfigValue,