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

psxjoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new 0be5593f docs: optimization method name (#641)
0be5593f is described below

commit 0be5593fc39e595f010d92cad6aa17e18148705e
Author: jounghu <[email protected]>
AuthorDate: Sat Oct 11 16:45:37 2025 +0800

    docs: optimization method name (#641)
    
    Co-authored-by: jeffrey.hu <[email protected]>
---
 website/docs/read/csv.md                                              | 2 +-
 website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/read/csv.md b/website/docs/read/csv.md
index 6c6c95a5..08b65ada 100644
--- a/website/docs/read/csv.md
+++ b/website/docs/read/csv.md
@@ -127,7 +127,7 @@ Supports directly building a `CSVFormat` object.
 
 ```java
 @Test
-public void escapeDemo() {
+public void csvFormatDemo() {
 
     CSVFormat csvFormat = 
CSVFormat.DEFAULT.builder().setDelimiter(CsvConstant.AT).build();
     String csvFile = "path/to/your.csv";
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md
index 303c6341..71ce9020 100644
--- a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md
+++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md
@@ -125,7 +125,7 @@ public void escapeDemo() {
 
 ```java
 @Test
-public void escapeDemo() {
+public void csvFormatDemo() {
 
     CSVFormat csvFormat = 
CSVFormat.DEFAULT.builder().setDelimiter(CsvConstant.AT).build();
     String csvFile = "path/to/your.csv";


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

Reply via email to