소스 검색

change comment

yohei0125 4 년 전
부모
커밋
27d12c6ae9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 processData of PageOperation
-   * processData 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.
+   * The processData is a combination of actionType as a key and information on whether the action is processable as a value.
    */
   generateProcessInfo(pageOps: PageOperationDocument[]): IPageOperationProcessInfo {
     const processInfo: IPageOperationProcessInfo = {};