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 049d3e20 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
049d3e20 is described below

commit 049d3e206ed15e53681a7132eb846b9e84c105ae
Author: chaokunyang <[email protected]>
AuthorDate: Sat Jul 12 16:02:37 2025 +0000

    🔄 synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/java_serialization_guide.md | 2 +-
 docs/guide/row_format_guide.md         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/guide/java_serialization_guide.md 
b/docs/guide/java_serialization_guide.md
index 14e9134c..3d190718 100644
--- a/docs/guide/java_serialization_guide.md
+++ b/docs/guide/java_serialization_guide.md
@@ -177,7 +177,7 @@ byte[] bytes = fory.serialize(object);
 System.out.println(fory.deserialize(bytes));
 ```
 
-Note that calling `buildThreadSafeFory()` on `ForyBuilder` will create an 
instance of `ThreadLocalFury`.
+Note that calling `buildThreadSafeFory()` on `ForyBuilder` will create an 
instance of `ThreadLocalFory`.
 This may not be appropriate in environments where virtual threads are used, as 
each thread will create its own fory instance, a relatively expensive operation.
 An alternative for virtual threads is to use `buildThreadSafeForyPool`.
 
diff --git a/docs/guide/row_format_guide.md b/docs/guide/row_format_guide.md
index a2beeabe..4b20f160 100644
--- a/docs/guide/row_format_guide.md
+++ b/docs/guide/row_format_guide.md
@@ -116,9 +116,9 @@ return arrowWriter.finishAsRecordBatch();
 
 ## Support for Interface and Extension Types
 
-Fury now supports row format mapping for Java `interface` types and subclassed 
(`extends`) types, enabling more dynamic and flexible data schemas.
+Fory now supports row format mapping for Java `interface` types and subclassed 
(`extends`) types, enabling more dynamic and flexible data schemas.
 
-These enhancements were introduced in 
[#2243](https://github.com/apache/fury/pull/2243), 
[#2250](https://github.com/apache/fury/pull/2250), and 
[#2256](https://github.com/apache/fury/pull/2256).
+These enhancements were introduced in 
[#2243](https://github.com/apache/fory/pull/2243), 
[#2250](https://github.com/apache/fory/pull/2250), and 
[#2256](https://github.com/apache/fory/pull/2256).
 
 ### Example: Interface Mapping with RowEncoder
 


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

Reply via email to