Skip to content

Commit 0be5593

Browse files
jounghujeffrey.hu
andauthored
docs: optimization method name (#641)
Co-authored-by: jeffrey.hu <[email protected]>
1 parent 899ef05 commit 0be5593

File tree

2 files changed

+2
-2
lines changed
  • website
    • docs/read
    • i18n/zh-cn/docusaurus-plugin-content-docs/current/read

2 files changed

+2
-2
lines changed

website/docs/read/csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Supports directly building a `CSVFormat` object.
127127

128128
```java
129129
@Test
130-
public void escapeDemo() {
130+
public void csvFormatDemo() {
131131

132132
CSVFormat csvFormat = CSVFormat.DEFAULT.builder().setDelimiter(CsvConstant.AT).build();
133133
String csvFile = "path/to/your.csv";

website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void escapeDemo() {
125125

126126
```java
127127
@Test
128-
public void escapeDemo() {
128+
public void csvFormatDemo() {
129129

130130
CSVFormat csvFormat = CSVFormat.DEFAULT.builder().setDelimiter(CsvConstant.AT).build();
131131
String csvFile = "path/to/your.csv";

0 commit comments

Comments
 (0)