This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 648bd79ccb446bb6337bf3b592254bd421e2fe00
Author: chaokunyang <[email protected]>
AuthorDate: Fri May 1 03:16:43 2026 +0000

    🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
---
 docs/compiler/generated-code.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/compiler/generated-code.md b/docs/compiler/generated-code.md
index 5098fb2af6..a517f4f952 100644
--- a/docs/compiler/generated-code.md
+++ b/docs/compiler/generated-code.md
@@ -597,8 +597,8 @@ Messages generate structs with `fory` tags and byte helpers:
 ```go
 type Person struct {
     Name   string               `fory:"id=1"`
-    Id     int32                `fory:"id=2,compress=true"`
-    Phones []Person_PhoneNumber `fory:"id=7"`
+    Id     int32                `fory:"id=2"`
+    Phones []Person_PhoneNumber `fory:"id=7,type=list"`
     Pet    Animal               `fory:"id=8"`
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to