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 5c1dde93078b8e60f7937940291e73079986a59f
Author: chaokunyang <[email protected]>
AuthorDate: Mon Jan 26 17:28:16 2026 +0000

    🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
---
 docs/compiler/type-system.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/compiler/type-system.md b/docs/compiler/type-system.md
index 141c8d6604..8a4ea01753 100644
--- a/docs/compiler/type-system.md
+++ b/docs/compiler/type-system.md
@@ -159,13 +159,13 @@ Calendar date without time:
 date birth_date = 1;
 ```
 
-| Language | Type                             | Notes                   |
-| -------- | -------------------------------- | ----------------------- |
-| Java     | `java.time.LocalDate`            |                         |
-| Python   | `datetime.date`                  |                         |
-| Go       | `time.Time`                      | Time portion ignored    |
-| Rust     | `chrono::NaiveDate`              | Requires `chrono` crate |
-| C++      | `fory::serialization::LocalDate` |                         |
+| Language | Type                        | Notes                   |
+| -------- | --------------------------- | ----------------------- |
+| Java     | `java.time.LocalDate`       |                         |
+| Python   | `datetime.date`             |                         |
+| Go       | `time.Time`                 | Time portion ignored    |
+| Rust     | `chrono::NaiveDate`         | Requires `chrono` crate |
+| C++      | `fory::serialization::Date` |                         |
 
 #### Timestamp
 


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

Reply via email to