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


The following commit(s) were added to refs/heads/main by this push:
     new 34b82a2c2 🔄 synced local 'docs/specification/' with remote 
'docs/specification/'
34b82a2c2 is described below

commit 34b82a2c25dd7b1e64eb5b928eb3f89a6df5f430
Author: chaokunyang <[email protected]>
AuthorDate: Mon Dec 22 13:29:40 2025 +0000

    🔄 synced local 'docs/specification/' with remote 'docs/specification/'
---
 docs/specification/xlang_type_mapping.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/specification/xlang_type_mapping.md 
b/docs/specification/xlang_type_mapping.md
index 1661d0b77..58e45f166 100644
--- a/docs/specification/xlang_type_mapping.md
+++ b/docs/specification/xlang_type_mapping.md
@@ -66,7 +66,7 @@ Note:
 | float16_array           | 35           | float[]         | ndarray(float16)  
                | /               | `fory::float16_t[n]/vector<T>` | 
`[n]float16/[]T` | `Vec<fory::f16>`  |
 | float32_array           | 36           | float[]         | ndarray(float32)  
                | /               | `float[n]/vector<T>`           | 
`[n]float32/[]T` | `Vec<f32>`        |
 | float64_array           | 37           | double[]        | ndarray(float64)  
                | /               | `double[n]/vector<T>`          | 
`[n]float64/[]T` | `Vec<f64>`        |
-| union                   | 38           | /               | /                 
                | /               | `std::variant<Ts...>`          | /          
      | tagged union enum |
+| union                   | 38           | Union           | typing.Union      
                | /               | `std::variant<Ts...>`          | /          
      | tagged union enum |
 | none                    | 39           | null            | None              
                | null            | `std::monostate`               | nil        
      | `()`              |
 
 ## Type info(not implemented currently)


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

Reply via email to