소스 검색

fixed typo

Johannes 13 년 전
부모
커밋
bd2b4f731f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/doc/index.rst

+ 1 - 1
Resources/doc/index.rst

@@ -169,7 +169,7 @@ then it is easier to change the exclusion policy, and only mark these few proper
 Lifecycle Callbacks
 ~~~~~~~~~~~~~~~~~~~
 If you need to run some custom logic during the serialization process, you can use
-one of these lifecycle callbacks: @PerSerialize, @PostSerialize, or @PostDeserialize
+one of these lifecycle callbacks: @PreSerialize, @PostSerialize, or @PostDeserialize
 
 Annotations
 -----------