Skip to content

Commit 55373a0

Browse files
committed
docs: 更新文档
1 parent 82e4b4b commit 55373a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ m := mconv.ToMap(map[string]int{"a": 1}) // map[string]interface{}{"a": 1}
4343
jsonStr := mconv.ToJSON(map[string]interface{}{"name": "John"}) // {"name":"John"}
4444
personMap := mconv.ToMapFromJSON(`{"name":"Jane"}`) // map[string]interface{}{"name": "Jane"}
4545

46-
// Struct 转换功能已增强,请参阅下面的专门章节。
46+
// Struct 转换功能
4747
```
4848

4949
### 高级结构体转换

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ m := mconv.ToMap(map[string]int{"a": 1}) // map[string]interface{}{"a": 1}
4343
jsonStr := mconv.ToJSON(map[string]interface{}{"name": "John"}) // {"name":"John"}
4444
personMap := mconv.ToMapFromJSON(`{"name":"Jane"}`) // map[string]interface{}{"name": "Jane"}
4545

46-
// Struct conversion is now more powerful, see the dedicated section below.
46+
// Struct conversion
4747
```
4848

4949
### Advanced Struct Conversion

0 commit comments

Comments
 (0)