Ver Fonte

fix comment

yohei0125 há 4 anos atrás
pai
commit
bf94b79b1c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/app/src/server/service/page-operation.ts

+ 2 - 2
packages/app/src/server/service/page-operation.ts

@@ -82,8 +82,8 @@ class PageOperationService {
   }
 
   /**
-   * Generate object that connects page id with processInfo of PageOperation
-   * processInfo is the combination of actionType as key with the infomation of whether it's processable as value
+   * Generate object that connects page id with processData of PageOperation
+   * processData is the combination of actionType as key with the infomation of whether it's processable as value
    */
   generateProcessInfo(pageOps: PageOperationDocument[]): IPageOperationProcessInfo {
     const processInfo: IPageOperationProcessInfo = {};