Skip to content

Commit f7c4224

Browse files
authored
fix: translation description
fix #168
1 parent 01af1e4 commit f7c4224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/from_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `From``Into`
22

3-
[`From`][`Into`] 两个 trait 是内部相关联的,实际上这是它们实现的一部分。如果我们能够从类型 A 得到类型 B,那么很容易相信我们也能把类型 B 转换为类型 A。
3+
[`From`][`Into`] 两个 trait 是内部相关联的,实际上这是它们实现的一部分。如果我们能够从类型 B 得到类型 A,那么很容易相信我们也能够把类型 B 转换为类型 A。
44

55
## `From`
66

0 commit comments

Comments
 (0)