瀏覽代碼

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
 -----------